From 87ef1499bfcaa0ea2a58cb6d3c327162507f6ac8 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Mon, 19 Oct 2015 07:16:40 +0200
Subject: Add optional description in the value name-aliases

---
 pcilib/pcilib.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'pcilib/pcilib.h')

diff --git a/pcilib/pcilib.h b/pcilib/pcilib.h
index dbf837d..30bcdab 100644
--- a/pcilib/pcilib.h
+++ b/pcilib/pcilib.h
@@ -142,6 +142,7 @@ typedef struct {
     pcilib_register_value_t value;              /**< This value will get assigned instead of the name */
     pcilib_register_value_t min, max;	        /**< the values in the specified range are aliased by name */
     const char *name; 				/**< corresponding string to value */
+    const char *description;                    /**< longer description */
 } pcilib_register_value_name_t;
 
 typedef struct {
-- 
cgit v1.2.3