mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 12:04:07 +08:00
16 lines
215 B
C
16 lines
215 B
C
#ifndef __PCIF_H__
|
|
#define __PCIF_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* Register the PCIF PCI host driver to the Driver Manager */
|
|
extern void pcif_register_drv(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|