summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/pcif.h
blob: 0221fcdd50b8d44cabbd205582cd772144cb2fde (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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