RTEMS  5.1
pcif.h
1 #ifndef __PCIF_H__
2 #define __PCIF_H__
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 /* Register the PCIF PCI host driver to the Driver Manager */
9 extern void pcif_register_drv(void);
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 #endif