mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +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__ */
|