Revision: 1793
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1793
Author: bean
Date: 2008-08-07 20:16:59 +0000 (Thu, 07 Aug 2008)
Log Message:
-----------
2008-08-07 Bean <[EMAIL PROTECTED]>
* include/grub/x86_64/pci.h: New file.
Modified Paths:
--------------
trunk/grub2/ChangeLog
Added Paths:
-----------
trunk/grub2/include/grub/x86_64/pci.h
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2008-08-07 19:43:36 UTC (rev 1792)
+++ trunk/grub2/ChangeLog 2008-08-07 20:16:59 UTC (rev 1793)
@@ -1,3 +1,7 @@
+2008-08-07 Bean <[EMAIL PROTECTED]>
+
+ * include/grub/x86_64/pci.h: New file.
+
2008-08-07 Christian Franke <[EMAIL PROTECTED]>
* kern/i386/pit.c (TIMER2_SPEAKER): New define.
Added: trunk/grub2/include/grub/x86_64/pci.h
===================================================================
--- trunk/grub2/include/grub/x86_64/pci.h (rev 0)
+++ trunk/grub2/include/grub/x86_64/pci.h 2008-08-07 20:16:59 UTC (rev
1793)
@@ -0,0 +1,19 @@
+/*
+ * GRUB -- GRand Unified Bootloader
+ * Copyright (C) 2008 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/>.
+ */
+
+#include <grub/i386/pci.h>