Properly fix world.
Sorry for breaking things in the first place.
This commit is contained in:
parent
b187cd0a7a
commit
43bf08cdc0
@ -296,8 +296,6 @@ __CONCAT(dname,_detach)(self, flags) \
|
||||
#define clalloc(p, s, x) (clist_alloc_cblocks((p), (s), (s)), 0)
|
||||
#define clfree(p) clist_free_cblocks((p))
|
||||
|
||||
#define UPACKED __attribute__ ((packed))
|
||||
|
||||
#define PWR_RESUME 0
|
||||
#define PWR_SUSPEND 1
|
||||
|
||||
|
@ -54,7 +54,9 @@
|
||||
#define UR_GET_PROTOCOL 0x03
|
||||
#define UR_SET_PROTOCOL 0x0b
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#define UPACKED __attribute__ ((packed))
|
||||
#endif
|
||||
|
||||
typedef struct usb_hid_descriptor {
|
||||
uByte bLength;
|
||||
|
Loading…
Reference in New Issue
Block a user