#ifndef _MAIN_H_
#define _MAIN_H_

typedef struct
{
	CSM_RAM csm;
	int gui_id;
} MAIN_CSM;

void ElfKiller(void);


#endif
