mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +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.
|
u32 battery_level; ///< BatteryLevel, always 0-4.
|
||||||
} HidPowerInfo;
|
} HidPowerInfo;
|
||||||
|
|
||||||
|
/// XcdDeviceHandle
|
||||||
|
typedef struct XcdDeviceHandle {
|
||||||
|
u64 handle;
|
||||||
|
} XcdDeviceHandle;
|
||||||
|
|
||||||
/// HidNfcXcdDeviceHandleStateImpl
|
/// HidNfcXcdDeviceHandleStateImpl
|
||||||
typedef struct HidNfcXcdDeviceHandleStateImpl {
|
typedef struct HidNfcXcdDeviceHandleStateImpl {
|
||||||
u64 handle;
|
XcdDeviceHandle handle;
|
||||||
u8 is_available;
|
u8 is_available;
|
||||||
u8 is_activated;
|
u8 is_activated;
|
||||||
u8 reserved[6];
|
u8 reserved[6];
|
||||||
|
Loading…
Reference in New Issue
Block a user