OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 /*
2 * Copyright (C) 2009-2012 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 _ATH79_DEV_M25P80_H
10 #define _ATH79_DEV_M25P80_H
11  
12 #include <linux/spi/flash.h>
13  
14 void ath79_register_m25p80(struct flash_platform_data *pdata) __init;
15 void ath79_register_m25p80_multi(struct flash_platform_data *pdata) __init;
16  
17 #endif /* _ATH79_DEV_M25P80_H */