Kernel/x86 - Clean up some of the task switching code (possibly a little broken)
[tpg/acess2.git] / KernelLand / Kernel / arch / x86 / vpci.c
1 /*
2  * Acess2 Kernel x86 Port
3  * - By John Hodge (thePowersGang)
4  *
5  * vpci.c
6  * - Virtual PCI Bus
7  */
8 #include <virtual_pci.h>
9
10 // === GLOBALS ===
11  int    giVPCI_DeviceCount = 0;
12 tVPCI_Device    gaVPCI_Devices[0];
13

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