mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 00:17:44 +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__ */
|