Searched defs:DriverInfo (Results 1 – 2 of 2) sorted by relevance
67 struct DriverInfo { struct68 int mVersionMajor;69 int mVersionMinor;71 size_t exportedVariableCount;72 size_t exportedFunctionCount;73 size_t exportedPragmaCount;74 char const **exportedPragmaKeyList;75 char const **exportedPragmaValueList;76 const std::pair<const char *, uint32_t> *exportedForeachFuncList;78 int (* root)();
76 struct DriverInfo { struct