mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
hid: Added XcdDeviceHandle.
This commit is contained in:
parent
5e03104d1d
commit
912713bda0
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user