summaryrefslogtreecommitdiff
path: root/release/src/router/nvram/defaults.h
blob: add321059239c2228420485eccf66d7852d18989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __DEFAULTS_H__
#define __DEFAULTS_H__

typedef struct {
	const char *key;
	const char *value;
} defaults_t;

extern const defaults_t defaults[];
extern const defaults_t if_generic[];
extern const defaults_t if_vlan[];

#endif