nvram defaults now country=SG, txpwr=auto
[tomato.git] / release / src / router / nvram / defaults.h
blobadd321059239c2228420485eccf66d7852d18989
1 #ifndef __DEFAULTS_H__
2 #define __DEFAULTS_H__
4 typedef struct {
5 const char *key;
6 const char *value;
7 } defaults_t;
9 extern const defaults_t defaults[];
10 extern const defaults_t if_generic[];
11 extern const defaults_t if_vlan[];
13 #endif