/* | |
* This outlines the configuration (namely pins for SPI drivers) | |
* of the GFMN100 "WindCharger" board. | |
* | |
* GFMN100 Contains: | |
* | |
* -- One mx25l25655e nonvolatile storage device | |
* -- One lm95071 temperature sensor | |
*/ | |
#ifndef __ATH79_DEV_GFMN100_H__ | |
#define __ATH79_DEV_GFMN100_H__ | |
#include <linux/spi/flash.h> | |
extern struct ath79_spi_platform_data ath79_spi_data; | |
void ath79_register_gfmn100(void) __init; | |
#endif /* __ATH79_DEV_GFMN100_H__ */ |