e113789bdc
work in FreeBSD. This is still heavily a work in progress but I'd rather it start shipping in -HEAD sooner rather than later. This doesn't (yet) link it into the build system either for a static kernel or as a module; that will come later (after many, many make universe tests.)
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__ */
|