Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / 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