forked from Imagelibrary/rtems
PCIF: fixed build warnings
This commit is contained in:
15
c/src/lib/libbsp/sparc/shared/include/pcif.h
Normal file
15
c/src/lib/libbsp/sparc/shared/include/pcif.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user