/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
309 by Suren A. Chilingaryan
Base functions for views
1
#ifndef _PCILIB_VALUE_H
2
#define _PCILIB_VALUE_H
3
4
#define pcilib_get_type_name(type) (pcilib_data_types[type])
5
6
#ifdef __cplusplus
7
extern "C" {
8
#endif
9
10
11
#ifdef __cplusplus
12
}
13
#endif
14
15
#endif /* _PCILIB_VALUE_H */