#ifndef _PCILIB_VIEWS_H #define _PCILIB_VIEWS_H #include "pcilib.h" #include "unit.h" typedef struct pcilib_view_enum_s pcilib_view_enum_t; typedef struct pcilib_view_formula_s pcilib_view_formula_t; typedef struct pcilib_view_enum2_s pcilib_view_enum2_t; /** * new type to define an enum view */ struct pcilib_view_enum_s { const char *name; /**