summaryrefslogtreecommitdiffstats
path: root/pcilib/env.h
blob: 4fd40f12b1864d0f07e2d9c828cf1ffcaf82d58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PCILIB_ENV_H
#define _PCILIB_ENV_H

typedef enum {
    PCILIB_DEBUG_DMA_ENV,
    PCILIB_DEBUG_MISSING_EVENTS_ENV,
    PCILIB_MAX_ENV
} pcilib_env_t;

const char *pcilib_getenv(pcilib_env_t env, const char *var);

#endif /* _PCILIB_ENV_H */