xref: /dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub.h (revision b7d5e03c989ba810dbd0bea1ca211adf6e6be1e7)
1*b7d5e03cSMatthew Dillon #ifndef	__AR9300_STUB_H__
2*b7d5e03cSMatthew Dillon #define	__AR9300_STUB_H__
3*b7d5e03cSMatthew Dillon 
4*b7d5e03cSMatthew Dillon 
5*b7d5e03cSMatthew Dillon extern void ar9300_set_stub_functions(struct ath_hal *ah);
6*b7d5e03cSMatthew Dillon 
7*b7d5e03cSMatthew Dillon #endif	/* __AR9300_STUB_H__ */
8