Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub.h
48526 views
1
#ifndef __AR9300_STUB_H__
2
#define __AR9300_STUB_H__
3
4
5
extern void ar9300_set_stub_functions(struct ath_hal *ah);
6
7
#endif /* __AR9300_STUB_H__ */
8
9