Added used include of <sys/cdefs.h>.
Declare all the interfaces documented in usb.3 (2 were missing).
This commit is contained in:
parent
9f31431f35
commit
41bcb6a4a0
@ -29,6 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
typedef struct report_desc *report_desc_t;
|
||||
|
||||
typedef struct hid_data *hid_data_t;
|
||||
@ -88,6 +90,8 @@ int hid_report_size __P((report_desc_t d, unsigned int id, enum hid_kind k));
|
||||
int hid_locate __P((report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h));
|
||||
|
||||
/* Conversion to/from usage names, usage.c: */
|
||||
int hid_parse_usage_page __P((const char *name));
|
||||
int hid_parse_usage_in_page __P((const char *name));
|
||||
const char *hid_usage_page __P((int i));
|
||||
const char *hid_usage_in_page __P((unsigned int u));
|
||||
void hid_init __P((const char *file));
|
||||
|
@ -29,6 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
typedef struct report_desc *report_desc_t;
|
||||
|
||||
typedef struct hid_data *hid_data_t;
|
||||
@ -88,6 +90,8 @@ int hid_report_size __P((report_desc_t d, unsigned int id, enum hid_kind k));
|
||||
int hid_locate __P((report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h));
|
||||
|
||||
/* Conversion to/from usage names, usage.c: */
|
||||
int hid_parse_usage_page __P((const char *name));
|
||||
int hid_parse_usage_in_page __P((const char *name));
|
||||
const char *hid_usage_page __P((int i));
|
||||
const char *hid_usage_in_page __P((unsigned int u));
|
||||
void hid_init __P((const char *file));
|
||||
|
@ -29,6 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
typedef struct report_desc *report_desc_t;
|
||||
|
||||
typedef struct hid_data *hid_data_t;
|
||||
@ -88,6 +90,8 @@ int hid_report_size __P((report_desc_t d, unsigned int id, enum hid_kind k));
|
||||
int hid_locate __P((report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h));
|
||||
|
||||
/* Conversion to/from usage names, usage.c: */
|
||||
int hid_parse_usage_page __P((const char *name));
|
||||
int hid_parse_usage_in_page __P((const char *name));
|
||||
const char *hid_usage_page __P((int i));
|
||||
const char *hid_usage_in_page __P((unsigned int u));
|
||||
void hid_init __P((const char *file));
|
||||
|
@ -29,6 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
typedef struct report_desc *report_desc_t;
|
||||
|
||||
typedef struct hid_data *hid_data_t;
|
||||
@ -88,6 +90,8 @@ int hid_report_size __P((report_desc_t d, unsigned int id, enum hid_kind k));
|
||||
int hid_locate __P((report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h));
|
||||
|
||||
/* Conversion to/from usage names, usage.c: */
|
||||
int hid_parse_usage_page __P((const char *name));
|
||||
int hid_parse_usage_in_page __P((const char *name));
|
||||
const char *hid_usage_page __P((int i));
|
||||
const char *hid_usage_in_page __P((unsigned int u));
|
||||
void hid_init __P((const char *file));
|
||||
|
Loading…
Reference in New Issue
Block a user