Home
last modified time | relevance | path

Searched defs:hwwsk_req_hdr (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/interface/hwwsk/include/interface/hwwsk/
Dhwwsk.h135 struct hwwsk_req_hdr { struct
136 uint32_t cmd;
137 uint32_t flags;
/trusty/user/base/lib/hwwsk/rust/src/
Dlib.rs95 let hdr = unsafe { &*(bytes.as_ptr() as *const hwwsk_req_hdr) }; in deserialize() constant