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.h51 struct nano_app_binary_t { struct
52 uint32_t header_version; // 0x1 for this version
53 uint32_t magic; // "NANO"
54 uint64_t app_id; // App Id contains vendor id
55 uint32_t app_version; // Version of the app
56 uint32_t flags; // Signed, encrypted
57 uint64_t hw_hub_type; // which hub type is this compiled for
58 uint32_t reserved[2]; // Should be all zeroes
59 uint8_t custom_binary[0]; // start of custom binary data