source: rtems/bsps/include/grlib/pcif.h @ 31720925

5
Last change on this file since 31720925 was 31720925, checked in by Sebastian Huber <sebastian.huber@…>, on 12/22/18 at 06:13:44

grlib: Move header files

Update #3678.

  • Property mode set to 100644
File size: 215 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.