bdk: bm92t: add version check

This commit is contained in:
CTCaer
2025-06-22 13:00:01 +03:00
parent f365dd40f4
commit 835dba384b
2 changed files with 26 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ typedef struct _usb_pd_objects_t
usb_pd_object_t selected_pdo;
} usb_pd_objects_t;
int bm92t36_get_version(u32 *value);
void bm92t36_get_sink_info(bool *inserted, usb_pd_objects_t *usb_pd);
#endif