summaryrefslogtreecommitdiff
path: root/include/bsp/pcif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsp/pcif.h')
-rw-r--r--include/bsp/pcif.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/bsp/pcif.h b/include/bsp/pcif.h
new file mode 100644
index 0000000000..0221fcdd50
--- /dev/null
+++ b/include/bsp/pcif.h
@@ -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