mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00: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__ */
|