intel/decoder: Expose the raw field value in the iterator

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2017-12-13 08:23:50 -08:00
parent 79269e8f4b
commit 4cb96fbd91
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ struct gen_field_iterator {
struct gen_group *group;
char name[128];
char value[128];
uint64_t raw_value;
struct gen_group *struct_desc;
const uint32_t *p;
int p_bit; /**< bit offset into p */