2 * Copyright (C) 2009-2012 Gabor Juhos <juhosg@openwrt.org>
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.
9 #ifndef _ATH79_DEV_M25P80_H
10 #define _ATH79_DEV_M25P80_H
12 #include <linux/spi/flash.h>
14 void ath79_register_m25p80(struct flash_platform_data
*pdata
) __init
;
15 void ath79_register_m25p80_multi(struct flash_platform_data
*pdata
) __init
;
17 #endif /* _ATH79_DEV_M25P80_H */
This page took 0.058824 seconds and 5 git commands to generate.