swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 59c5f46fbe01a00eedf54a23789634438bb80603 authored by Linus Torvalds on 06 June 2011, 09:06:33 UTC
Linux 3.0-rc2
Tip revision: 59c5f46
regdb.h
#ifndef __REGDB_H__
#define __REGDB_H__

extern const struct ieee80211_regdomain *reg_regdb[];
extern int reg_regdb_size;

#endif /* __REGDB_H__ */
back to top