EMILE/second/config.h

17 lines
281 B
C
Raw Normal View History

2007-05-30 22:05:54 +00:00
/*
*
* (c) 2004-2007 Laurent Vivier <Laurent@lvivier.info>
*
*/
2005-11-26 09:02:21 +00:00
#include "head.h"
typedef struct emile_config {
char *kernel;
char *command_line;
char *initrd;
char *chainloader;
} emile_config_t;
extern int read_config(emile_l2_header_t* info, emile_config_t *config);