File nut/boot/bootmon/config.h

Included in: nut/boot/bootmon/bootmon.h
  nut/boot/bootmon/config.c

Included Files


Preprocessor definitions

#define _CONFIG_H

Typedef CONFNET

typedef struct _CONFNET CONFNET
struct _CONFNET  
   {  
      unsigned char cd_size;  
      unsigned char cd_name[9];  
      unsigned char cdn_mac[6];  
      unsigned long cdn_ip_addr;  
      unsigned long cdn_ip_mask;  
      unsigned long cdn_gateway;  
      unsigned long cdn_cip_addr;  
   }  

Typedef CONFBOOT

typedef struct _CONFBOOT CONFBOOT
struct _CONFBOOT  
   {  
      unsigned char cb_size;  
      unsigned char cb_flags;  
      unsigned long cb_tftp_ip;  
      unsigned char cb_image[58];  
   }  

External Variables

confnet
extern CONFNET confnet
Defined in: nut/boot/appload/config.c

confboot
extern CONFBOOT confboot

Defined in: nut/boot/appload/config.c