mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
input_hid_driver.h - cleanups
This commit is contained in:
parent
76d06c89ca
commit
69bcac61dd
@ -43,12 +43,6 @@ struct hid_driver
|
||||
const char *ident;
|
||||
};
|
||||
|
||||
extern hid_driver_t iohidmanager_hid;
|
||||
extern hid_driver_t btstack_hid;
|
||||
extern hid_driver_t libusb_hid;
|
||||
extern hid_driver_t wiiusb_hid;
|
||||
extern hid_driver_t null_hid;
|
||||
|
||||
/**
|
||||
* hid_driver_find_handle:
|
||||
* @index : index of driver to get handle to.
|
||||
@ -87,6 +81,12 @@ const hid_driver_t *input_hid_init_first(void);
|
||||
|
||||
const void *hid_driver_get_data(void);
|
||||
|
||||
extern hid_driver_t iohidmanager_hid;
|
||||
extern hid_driver_t btstack_hid;
|
||||
extern hid_driver_t libusb_hid;
|
||||
extern hid_driver_t wiiusb_hid;
|
||||
extern hid_driver_t null_hid;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user