diff options
| author | 2019-09-28 16:15:40 +0200 | |
|---|---|---|
| committer | 2019-09-28 16:15:40 +0200 | |
| commit | b2a9edb52b4b56c5865dc0f4bc9a2a15ab32d539 (patch) | |
| tree | 155aacc94977a83faecef5954239f4c3f261ff26 /include/libirecovery.h | |
| parent | e98d13746fc6c007319e94849883d8ab6feabfb6 (diff) | |
| download | libirecovery-b2a9edb52b4b56c5865dc0f4bc9a2a15ab32d539.tar.gz libirecovery-b2a9edb52b4b56c5865dc0f4bc9a2a15ab32d539.tar.bz2 | |
Add display_name to device database and irecv_device struct
Diffstat (limited to 'include/libirecovery.h')
| -rw-r--r-- | include/libirecovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 201be0d..e7be89b 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
| @@ -74,6 +74,7 @@ struct irecv_device { | |||
| 74 | const char* hardware_model; | 74 | const char* hardware_model; |
| 75 | unsigned int board_id; | 75 | unsigned int board_id; |
| 76 | unsigned int chip_id; | 76 | unsigned int chip_id; |
| 77 | const char* display_name; | ||
| 77 | }; | 78 | }; |
| 78 | typedef struct irecv_device* irecv_device_t; | 79 | typedef struct irecv_device* irecv_device_t; |
| 79 | 80 | ||
