mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08:00
8 lines
148 B
C
8 lines
148 B
C
|
#ifndef __REGDB_H__
|
||
|
#define __REGDB_H__
|
||
|
|
||
|
extern const struct ieee80211_regdomain *reg_regdb[];
|
||
|
extern int reg_regdb_size;
|
||
|
|
||
|
#endif /* __REGDB_H__ */
|