diff options
Diffstat (limited to 'pcilib/value.h')
-rw-r--r-- | pcilib/value.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pcilib/value.h b/pcilib/value.h new file mode 100644 index 0000000..249d0db --- /dev/null +++ b/pcilib/value.h @@ -0,0 +1,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 */ |