1 #ifndef __AR531X_PLATFORM_H
2 #define __AR531X_PLATFORM_H
5 * Board support data. The driver is required to locate
6 * and fill-in this information before passing a reference to
7 * this structure as the HAL_BUS_TAG parameter supplied to
10 struct ar531x_config
{
11 const char *board
; /* board config data */
12 const char *radio
; /* radio config data */
13 int unit
; /* unit number [0, 1] */
14 u32 tag
; /* used as devid for now */
28 #endif /* __AR531X_PLATFORM_H */
This page took 0.042314 seconds and 5 git commands to generate.