ar71xx: add support for TP-Link TL-MR11U
[openwrt.git] / target / linux / ar71xx / files-2.6.39 / 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 void ar71xx_add_device_m25p80_multi(struct flash_platform_data *pdata) __init;
16
17 #endif /* _AR71XX_DEV_M25P80_H */