1 /* $Id: config.h,v 1.3 1996/07/09 04:46:55 paul Exp $ */ 2 3 void config(const char *confname, long *mem_size, char *image_name, 4 int *prot_lev, int *debug, ether_addr_t *eaddr); 5 6 int prot_atoi(char *prot_str); 7 8 void reset_devices(void); 9 10 void enable_interrupts(void); 11