diff options
Diffstat (limited to 'include/libirecovery.h')
| -rw-r--r-- | include/libirecovery.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/libirecovery.h b/include/libirecovery.h index c9c1960..e37b060 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
| @@ -106,6 +106,13 @@ struct irecv_device_info { | |||
| 106 | unsigned char* sep_nonce; | 106 | unsigned char* sep_nonce; | 
| 107 | unsigned int sep_nonce_size; | 107 | unsigned int sep_nonce_size; | 
| 108 | uint16_t pid; | 108 | uint16_t pid; | 
| 109 | unsigned int have_cpid : 1; | ||
| 110 | unsigned int have_cprv : 1; | ||
| 111 | unsigned int have_cpfm : 1; | ||
| 112 | unsigned int have_scep : 1; | ||
| 113 | unsigned int have_bdid : 1; | ||
| 114 | unsigned int have_ecid : 1; | ||
| 115 | unsigned int have_ibfl : 1; | ||
| 109 | }; | 116 | }; | 
| 110 | 117 | ||
| 111 | typedef enum { | 118 | typedef enum { | 
