Linux Kernel
3.7.1
|
#include <wusb.h>
Data Fields | |
u8 | data [16] |
Wrapper for the data that defines a CHID, a CDID or a CK
WUSB defines that CHIDs, CDIDs and CKs are a 16 byte string of data. In order to avoid confusion and enforce types, we wrap it.
Make it packed, as we use it in some hw definitions.