Searched defs:BootMapScript (Results 1 – 1 of 1) sorted by relevance
166 typedef struct BootMapScript { struct167 BootMapScriptHeader header; argument168 BootMapScriptEntry entry[]; argument169 } __attribute__ ((packed)) BootMapScript; typedef