source: rtems/c/src/lib/libbsp/sparc/shared/include/pcif.h @ 28950f0b

4.115
Last change on this file since 28950f0b was 28950f0b, checked in by Daniel Hellstrom <daniel@…>, on 02/05/15 at 13:35:33

PCIF: fixed build warnings

  • 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.