+/* Read-only metadata for an exact HLDS/MN103 0xE7 profile match.
+ * Static firmware addresses are diagnostic evidence only. FriiDump does not
+ * execute these addresses or issue firmware-write commands through this API. */
+typedef struct {
+ u_int32_t type;
+ u_int32_t cache_base;
+ u_int32_t mem_blocks;
+ int preferred_method;
+ const char *label;
+ const char *support_tier;
+ const char *family;
+ const char *tokens;
+ const char *record_id;
+ u_int32_t static_cdb_base;
+ u_int32_t static_gate;
+ const char *notes;
+} dvd_hlds_e7_profile_info;
+