9fb8c6e422d59417249228b7e4539433ea1652d2
[openwrt-10.03/.git] / target / linux / ar71xx / files / include / linux / ath9k_platform.h
1 /*
2  * ath9k platform data defines
3  *
4  * Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
5  *
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.
9  */
10
11 #ifndef _LINUX_ATH9K_PLATFORM_H
12 #define _LINUX_ATH9K_PLATFORM_H
13
14 #define ATH9K_PLAT_EEP_MAX_WORDS        2048
15
16 struct ath9k_platform_data {
17         u16 eeprom_data[ATH9K_PLAT_EEP_MAX_WORDS];
18         u8 *macaddr;
19 };
20
21 #endif /* _LINUX_ATH9K_PLATFORM_H */