diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-06 02:18:48 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-06 02:18:48 +0200 |
commit | 82ef73c3fe424f95da3638ceb836386c4588b5c7 (patch) | |
tree | dde6db665ee0bc6c03c94c924dcc52443e7f92da /pcilib.h | |
parent | d98d86bd6b0d861462698e5bcfc8f712f8e350c7 (diff) | |
download | pcitool-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |