ar71xx: add support for the TL-MR3420 v1 board
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-m25p80.h
1 /*
2 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published
6 * by the Free Software Foundation.
7 */
8
9 #ifndef _AR71XX_DEV_M25P80_H
10 #define _AR71XX_DEV_M25P80_H
11
12 #include <linux/spi/flash.h>
13
14 void ar71xx_add_device_m25p80(struct flash_platform_data *pdata) __init;
15
16 #endif /* _AR71XX_DEV_M25P80_H */