80effa724900509471ea2f97e6eff3dde5f2896e
2 * Platform data definition for the rt2x00 driver
4 * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
12 #ifndef _RT2X00_PLATFORM_H
13 #define _RT2X00_PLATFORM_H
15 struct rt2x00_platform_data
{
16 char *eeprom_file_name
;
19 #endif /* _RT2X00_PLATFORM_H */
This page took 0.041482 seconds and 3 git commands to generate.