mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
drop OS includes. The endianess is already defined in config.xml
git-svn-id: svn://coreboot.org/openbios/openbios-devel@55 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<option name="CONFIG_DRIVER_SBUS" type="boolean" value="true"/>
|
||||
<option name="CONFIG_DRIVER_OBIO" type="boolean" value="true"/>
|
||||
<option name="CONFIG_DRIVER_ESP" type="boolean" value="true"/>
|
||||
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/>
|
||||
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="false"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
/* endianess */
|
||||
#include <endian.h>
|
||||
#include "autoconf.h"
|
||||
|
||||
/* cell based types */
|
||||
|
||||
|
||||
@@ -14,11 +14,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
/* endianess */
|
||||
#ifdef HAVE_ENDIAN_H
|
||||
#include <endian.h>
|
||||
#else
|
||||
#include <machine/endian.h>
|
||||
#endif
|
||||
#include "autoconf.h"
|
||||
|
||||
/* cell based types */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user