Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.2-rc3 7 lines 148 B view raw
1#ifndef __REGDB_H__ 2#define __REGDB_H__ 3 4extern const struct ieee80211_regdomain *reg_regdb[]; 5extern int reg_regdb_size; 6 7#endif /* __REGDB_H__ */