UDI/gio_uart - Silence debug
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / include / trans_pci.h
1 /*
2  * Acess2 UDI Layer
3  * - By John Hodge (thePowersGang)
4  *
5  * trans_pci.h
6  * - PCI Translation Layer builtin driver
7  */
8 #ifndef _TRANS_PCI_H_
9 #define _TRANS_PCI_H_
10
11 extern udi_init_t       pci_init;
12 extern const char       pci_udiprops[];
13 extern size_t   pci_udiprops_size;
14
15 #endif
16

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