coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
main_decl.h
Go to the documentation of this file.
1 #ifndef _MAIN_DECL_H_
2 #define _MAIN_DECL_H_
3 
4 void main(void);
5 
6 #endif
void main(void)
Definition: romstage.c:13