value.h 210 B

123456789101112131415
  1. #ifndef _PCILIB_VALUE_H
  2. #define _PCILIB_VALUE_H
  3. #define pcilib_get_type_name(type) (pcilib_data_types[type])
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif /* _PCILIB_VALUE_H */