2 * ath9k platform data defines
4 * Copyright (C) 2008 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.
11 #ifndef _LINUX_ATH9K_PLATFORM_H
12 #define _LINUX_ATH9K_PLATFORM_H
14 #define ATH9K_PLAT_EEP_MAX_WORDS 2048
16 struct ath9k_platform_data
{
17 u16 eeprom_data
[ATH9K_PLAT_EEP_MAX_WORDS
];
21 #endif /* _LINUX_ATH9K_PLATFORM_H */
This page took 0.051157 seconds and 5 git commands to generate.