PCIF: fixed build warnings

This commit is contained in:
Daniel Hellstrom
2015-02-05 14:35:33 +01:00
parent f407c51fd8
commit 28950f0b9f
7 changed files with 39 additions and 13 deletions

View 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