mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +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__ */
|