File nut/include/sys/confos.h
Included Files
#include <nut/include/sys/types.h>
#include <nut/include/cfg/eeprom.h>
Preprocessor definitions
#define _SYS_CONFOS_H_
#define CONFOS_EE_OFFSET 0
#define CONFOS_EE_MAGIC "OS"
Typedef CONFOS
typedef struct _CONFOS CONFOS
See:
Type struct _CONFOS
Type struct _CONFOS
struct _CONFOS
struct _CONFOS
{
u_char size;
u_char magic[2];
char hostname[16];
}
External Variables
confos
extern CONFOS confos
Defined in:
nut/os/confos.c