aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 22:29:32 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit2e57c81f1d2b14b88ea0b1003f14140bf7fd71fb (patch)
tree46d5e2eb4cf0af820524a54d7ac4a3c7032e5351 /src
parent8fb3a5edf3ca4e55d51c6555b8f7810fdfc4451c (diff)
downloadseabios-hppa-2e57c81f1d2b14b88ea0b1003f14140bf7fd71fb.zip
seabios-hppa-2e57c81f1d2b14b88ea0b1003f14140bf7fd71fb.tar.gz
seabios-hppa-2e57c81f1d2b14b88ea0b1003f14140bf7fd71fb.tar.bz2
Move vbe.h to std/vbe.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r--src/bootsplash.c2
-rw-r--r--src/std/vbe.h (renamed from src/vbe.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/bootsplash.c b/src/bootsplash.c
index b7b3eb8..3c08f5d 100644
--- a/src/bootsplash.c
+++ b/src/bootsplash.c
@@ -15,9 +15,9 @@
#include "output.h" // dprintf
#include "romfile.h" // romfile_loadfile
#include "stacks.h" // call16_int
+#include "std/vbe.h" // struct vbe_info
#include "string.h" // memset
#include "util.h" // enable_bootsplash
-#include "vbe.h" // struct vbe_info
/****************************************************************
diff --git a/src/vbe.h b/src/std/vbe.h
index 94b4ad8..94b4ad8 100644
--- a/src/vbe.h
+++ b/src/std/vbe.h