mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 01:05:20 +07:00
10 lines
185 B
C
10 lines
185 B
C
![]() |
/*
|
||
|
* mac80211 configuration hooks for cfg80211
|
||
|
*/
|
||
|
#ifndef __IEEE80211_CFG_H
|
||
|
#define __IEEE80211_CFG_H
|
||
|
|
||
|
extern struct cfg80211_ops mac80211_config_ops;
|
||
|
|
||
|
#endif /* __IEEE80211_CFG_H */
|