sr: add HWCAP type SR_T_KEYVALUE (char **)
This commit is contained in:
parent
f8c1fcda46
commit
45edd0b204
|
@ -145,6 +145,7 @@ enum {
|
|||
SR_T_FLOAT,
|
||||
SR_T_RATIONAL_PERIOD,
|
||||
SR_T_RATIONAL_VOLT,
|
||||
SR_T_KEYVALUE,
|
||||
};
|
||||
|
||||
struct sr_rational {
|
||||
|
|
Loading…
Reference in New Issue