#ifndef _PCIDEV_ENV_H #define _PCIDEV_ENV_H typedef enum { PCIDEV_DEBUG_RAW_FRAMES_ENV, PCIDEV_DEBUG_BROKEN_FRAMES_ENV, PCIDEV_DEBUG_RAW_PACKETS_ENV, PCIDEV_DEBUG_HARDWARE_ENV, PCIDEV_DEBUG_FRAME_HEADERS_ENV, PCIDEV_DEBUG_API_ENV, PCIDEV_MAX_ENV } pcidev_env_t; #ifdef __cplusplus extern "C" { #endif const char *pcidev_getenv(pcidev_env_t env, const char *var); #ifdef __cplusplus } #endif #endif /* _PCIDEV_ENV_H */