zyxel-revert/configdata.h

22 lines
330 B
C
Raw Normal View History

2007-04-30 16:35:22 +02:00
#ifndef _CONFIGDATA_H_
#define _CONFIGDATA_H_
enum {
CFG_LOCATION = 0x0001,
CFG_SYSNAME,
CFG_CONTACT,
2007-04-30 17:43:51 +02:00
2007-04-30 16:35:22 +02:00
CFG_DEFAULTGW,
CFG_IPADDRESS,
CFG_NETMASK,
CFG_NAMESERVER,
2007-04-30 17:43:51 +02:00
CFG_MACAGEING,
CFG_PORTNAME_MASK = 0x0100, // next 0x0120
2007-04-30 16:35:22 +02:00
};
int config_patch(void *config, int code, const char *parameter);
#endif /* _CONFIGDATA_H_ */