From 8ba85a9aff0009d03090a1ba3e9d7e146f02b7bf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 19 Oct 2015 06:59:53 +0200 Subject: Provide register listings in public API --- views/enum.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'views') diff --git a/views/enum.h b/views/enum.h index eb90810..6f116d6 100644 --- a/views/enum.h +++ b/views/enum.h @@ -4,14 +4,10 @@ #include #include -typedef struct { - pcilib_register_value_t value, min, max; /**< the value or value-range for which the name is defined, while wrtiting the name the value will be used even if range is specified */ - const char *name; /**< corresponding string to value */ -} pcilib_value_name_t; typedef struct { pcilib_view_description_t base; - pcilib_value_name_t *names; + pcilib_register_value_name_t *names; } pcilib_enum_view_description_t; -- cgit v1.2.3