Searched defs:hwwsk_req_hdr (Results 1 – 2 of 2) sorted by relevance
135 struct hwwsk_req_hdr { struct136 uint32_t cmd;137 uint32_t flags;
95 let hdr = unsafe { &*(bytes.as_ptr() as *const hwwsk_req_hdr) }; in deserialize() constant