mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Change the location of the function prototype for collect_sys_info() so that it both works for x86 and is the same location as
for the amd64 build. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@703 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
feee9b0fd5
commit
553344a5da
@@ -17,7 +17,6 @@
|
||||
#include "relocate.h"
|
||||
|
||||
void boot(void);
|
||||
void collect_sys_info(struct sys_info *info);
|
||||
|
||||
static char intdict[256 * 1024];
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#endif
|
||||
|
||||
void collect_multiboot_info(struct sys_info *);
|
||||
void collect_sys_info(struct sys_info *info);
|
||||
|
||||
void collect_sys_info(struct sys_info *info)
|
||||
{
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#endif
|
||||
|
||||
void collect_multiboot_info(struct sys_info *);
|
||||
void collect_sys_info(struct sys_info *info);
|
||||
|
||||
void collect_sys_info(struct sys_info *info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user