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
@@ -4,7 +4,7 @@
|
||||
* Copyright (C) 1991, 1992 Linus Torvalds
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "libc/string.h"
|
||||
|
||||
const unsigned char _ctype[] = {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "libopenbios/bindings.h"
|
||||
#include "libc/diskio.h"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "libc/string.h"
|
||||
#include "libc/vsprintf.h"
|
||||
#include "libopenbios/bindings.h"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "libc/string.h"
|
||||
|
||||
int errno_int;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* reentrant and should be faster). Use only strsep() in new code, please.
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "libc/string.h"
|
||||
#include "libc/stdlib.h"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* - changed to provide snprintf and vsnprintf functions
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "config.h"
|
||||
#include "libc/string.h"
|
||||
#include "libc/vsprintf.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user