Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h37 struct nano_app_binary_t { struct
38 uint32_t header_version; // 0x1 for this version
39 uint32_t magic; // "NANO"
40 uint64_t app_id; // App Id contains vendor id
41 uint32_t app_version; // Version of the app
42 uint32_t flags; // Signed, encrypted
43 uint64_t hw_hub_type; // which hub type is this compiled for
44 uint32_t reserved[2]; // Should be all zeroes
45 uint8_t custom_binary[0]; // start of custom binary data