8c8afdb767b40039697f8f5c96e14a09e9744a0c
[tpg/acess2.git] / vpci_realview_pb.c
1 /*
2  * Acess2 Kernel ARMv7 Port
3  * - By John Hodge (thePowersGang)
4  *
5  * vpci_realview_pb.c
6  * - Realview PB VPCI Definitions
7  */
8 #include <virtual_pci.h>
9
10 // === PROTOTYPES ===
11
12 // === GLOBALS ===
13 tVPCI_Device    gaVPCI_Devices[] = {
14 };
15 int giVPCI_DeviceCount = sizeof(gaVPCI_Devices)/sizeof(gaVPCI_Devices[0]);
16

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