RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pcif.h
1#ifndef __PCIF_H__
2#define __PCIF_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8/* Register the PCIF PCI host driver to the Driver Manager */
9extern void pcif_register_drv(void);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif