8 lines
145 B
C
8 lines
145 B
C
|
#ifndef __AR9300_STUB_H__
|
||
|
#define __AR9300_STUB_H__
|
||
|
|
||
|
|
||
|
extern void ar9300_set_stub_functions(struct ath_hal *ah);
|
||
|
|
||
|
#endif /* __AR9300_STUB_H__ */
|