Kernel/x86_64 - Forgot VPCI stub
authorJohn Hodge <[email protected]>
Mon, 1 Oct 2012 04:24:47 +0000 (12:24 +0800)
committerJohn Hodge <[email protected]>
Mon, 1 Oct 2012 04:24:47 +0000 (12:24 +0800)
KernelLand/Kernel/arch/x86_64/vpci.c [new file with mode: 0644]

diff --git a/KernelLand/Kernel/arch/x86_64/vpci.c b/KernelLand/Kernel/arch/x86_64/vpci.c
new file mode 100644 (file)
index 0000000..0319e6e
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Acess2 Kernel x86 Port
+ * - By John Hodge (thePowersGang)
+ *
+ * vpci.c
+ * - Virtual PCI Bus
+ */
+#include <virtual_pci.h>
+
+// === GLOBALS ===
+ int   giVPCI_DeviceCount = 0;
+tVPCI_Device   gaVPCI_Devices[0];
+

UCC git Repository :: git.ucc.asn.au