/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _PCILIB_VALUE_H
#define _PCILIB_VALUE_H

#define pcilib_get_type_name(type) (pcilib_data_types[type])

#ifdef __cplusplus
extern "C" {
#endif


#ifdef __cplusplus
}
#endif

#endif /* _PCILIB_VALUE_H */