summaryrefslogtreecommitdiffstats
path: root/pcilib.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-06 02:18:48 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-06 02:18:48 +0200
commit82ef73c3fe424f95da3638ceb836386c4588b5c7 (patch)
treedde6db665ee0bc6c03c94c924dcc52443e7f92da /pcilib.h
parentd98d86bd6b0d861462698e5bcfc8f712f8e350c7 (diff)
downloadpcitool-82ef73c3fe424f95da3638ceb836386c4588b5c7.tar.gz
pcitool-82ef73c3fe424f95da3638ceb836386c4588b5c7.tar.bz2
pcitool-82ef73c3fe424f95da3638ceb836386c4588b5c7.tar.xz
pcitool-82ef73c3fe424f95da3638ceb836386c4588b5c7.zip
Include type in the register description
Diffstat (limited to 'pcilib.h')
-rw-r--r--pcilib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcilib.h b/pcilib.h
index 8386f9b..3038218 100644
--- a/pcilib.h
+++ b/pcilib.h
@@ -125,7 +125,8 @@ typedef struct {
pcilib_register_size_t bits;
pcilib_register_value_t defvalue;
pcilib_register_mode_t mode;
-
+ pcilib_register_type_t type;
+
pcilib_register_bank_t bank;
const char *name;