#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 */