mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Move the basic OpenBIOS configuration header files from include/openbios to include/.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@695 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
02896c11fd
commit
1dbe55b8e4
@@ -6,7 +6,7 @@
|
||||
* the copyright and warranty status of this work.
|
||||
*/
|
||||
|
||||
#include "openbios/sysinclude.h"
|
||||
#include "sysinclude.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -21,9 +21,9 @@
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "kernel/stack.h"
|
||||
#include "openbios/sysinclude.h"
|
||||
#include "sysinclude.h"
|
||||
#include "kernel/kernel.h"
|
||||
#include "dict.h"
|
||||
#include "cross.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* the copyright and warranty status of this work.
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "kernel/kernel.h"
|
||||
#include "dict.h"
|
||||
#ifdef BOOTSTRAP
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* the copyright and warranty status of this work.
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "openbios/sysinclude.h"
|
||||
#include "config.h"
|
||||
#include "sysinclude.h"
|
||||
#include "kernel/stack.h"
|
||||
#include "kernel/kernel.h"
|
||||
#include "dict.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "kernel/stack.h"
|
||||
#include "cross.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user