1 2 3 4 5 6 7 8
#ifndef STAGE1_H #define STAGE1_H #include <defs.h> void centry(void) BLSEC_TEXT; #endif