hid: Added XcdDeviceHandle.

This commit is contained in:
yellows8 2020-11-23 00:19:46 -05:00 committed by fincs
parent 5e03104d1d
commit 912713bda0
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -821,9 +821,14 @@ typedef struct {
u32 battery_level; ///< BatteryLevel, always 0-4.
} HidPowerInfo;
/// XcdDeviceHandle
typedef struct XcdDeviceHandle {
u64 handle;
} XcdDeviceHandle;
/// HidNfcXcdDeviceHandleStateImpl
typedef struct HidNfcXcdDeviceHandleStateImpl {
u64 handle;
XcdDeviceHandle handle;
u8 is_available;
u8 is_activated;
u8 reserved[6];