AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
afhba_debugfs.h
Go to the documentation of this file.
1 /*
2  * afhba_debugfs.h
3  *
4  * Created on: 13 Aug 2014
5  * Author: pgm
6  */
7 
8 #ifndef AFHBA_DEBUGFS_H_
9 #define AFHBA_DEBUGFS_H_
10 
11 void afhba_createDebugfs(struct AFHBA_DEV* adev);
12 void afhba_removeDebugfs(struct AFHBA_DEV* adev);
13 
14 extern const char* afhba_devnames[];
15 
16 #endif /* AFHBA_DEBUGFS_H_ */
afhba_removeDebugfs
void afhba_removeDebugfs(struct AFHBA_DEV *adev)
Definition: afhba_debugfs.c:90
afhba_createDebugfs
void afhba_createDebugfs(struct AFHBA_DEV *adev)
Definition: afhba_debugfs.c:35
AFHBA_DEV
Definition: acq-fiber-hba.h:111
afhba_devnames
const char * afhba_devnames[]
Definition: acq-fiber-hba.c:41