]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add a few files that were lost during transition from svn.
authorRobert Millan <rmh@aybabtu.com>
Sun, 8 Nov 2009 16:57:31 +0000 (16:57 +0000)
committerRobert Millan <rmh@aybabtu.com>
Sun, 8 Nov 2009 16:57:31 +0000 (16:57 +0000)
include/grub/i386/coreboot/boot.h [new file with mode: 0644]
include/grub/i386/coreboot/init.h [new file with mode: 0644]
include/grub/i386/coreboot/loader.h [new file with mode: 0644]
include/grub/i386/coreboot/serial.h [new file with mode: 0644]
include/grub/i386/coreboot/time.h [new file with mode: 0644]

diff --git a/include/grub/i386/coreboot/boot.h b/include/grub/i386/coreboot/boot.h
new file mode 100644 (file)
index 0000000..6cd23aa
--- /dev/null
@@ -0,0 +1 @@
+#include <grub/i386/pc/boot.h>
diff --git a/include/grub/i386/coreboot/init.h b/include/grub/i386/coreboot/init.h
new file mode 100644 (file)
index 0000000..e670074
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+ *  GRUB  --  GRand Unified Bootloader
+ *  Copyright (C) 2007  Free Software Foundation, Inc.
+ *
+ *  GRUB is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation, either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  GRUB is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef GRUB_INIT_I386_LINUXBIOS_HEADER
+#define GRUB_INIT_I386_LINUXBIOS_HEADER                1
+
+#include <grub/symbol.h>
+#include <grub/i386/pc/memory.h>
+
+void EXPORT_FUNC(grub_stop) (void) __attribute__ ((noreturn));
+void EXPORT_FUNC(grub_stop_floppy) (void);
+
+#endif
diff --git a/include/grub/i386/coreboot/loader.h b/include/grub/i386/coreboot/loader.h
new file mode 100644 (file)
index 0000000..d3f36bb
--- /dev/null
@@ -0,0 +1 @@
+#include <grub/cpu/loader.h>
diff --git a/include/grub/i386/coreboot/serial.h b/include/grub/i386/coreboot/serial.h
new file mode 100644 (file)
index 0000000..2c527f6
--- /dev/null
@@ -0,0 +1 @@
+#include <grub/i386/pc/serial.h>
diff --git a/include/grub/i386/coreboot/time.h b/include/grub/i386/coreboot/time.h
new file mode 100644 (file)
index 0000000..2298ee8
--- /dev/null
@@ -0,0 +1 @@
+#include <grub/i386/pc/time.h>