EMILE/second/config.h
Laurent Vivier 9bd9755dbb Update email address
Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
2013-09-05 14:45:27 +02:00

17 lines
278 B
C

/*
*
* (c) 2004-2007 Laurent Vivier <Laurent@Vivier.EU>
*
*/
#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);