coreboot-kgpe-d16/src/include/main_decl.h

7 lines
70 B
C

#ifndef _MAIN_DECL_H_
#define _MAIN_DECL_H_
void main(void);
#endif