sr: add HWCAP type SR_T_KEYVALUE (char **)

This commit is contained in:
Bert Vermeulen 2012-07-01 22:33:57 +02:00
parent f8c1fcda46
commit 45edd0b204
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ enum {
SR_T_FLOAT,
SR_T_RATIONAL_PERIOD,
SR_T_RATIONAL_VOLT,
SR_T_KEYVALUE,
};
struct sr_rational {