Changeset 108221 in vbox for trunk/src/VBox/Runtime/include/internal/acpi.h
- Timestamp:
- Feb 14, 2025 12:16:40 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/acpi.h
r108215 r108221 121 121 kAcpiAstNodeOp_Else, 122 122 kAcpiAstNodeOp_LAnd, 123 kAcpiAstNodeOp_LOr, 123 124 kAcpiAstNodeOp_LEqual, 124 125 kAcpiAstNodeOp_LGreater, … … 185 186 kAcpiAstNodeOp_CreateQWordField, 186 187 kAcpiAstNodeOp_ConcatenateResTemplate, 188 kAcpiAstNodeOp_FindSetLeftBit, 189 kAcpiAstNodeOp_FindSetRightBit, 187 190 kAcpiAstNodeOp_32Bit_Hack = 0x7fffffff 188 191 } RTACPIASTNODEOP; … … 442 445 * @returns IPRT status code. 443 446 * @param pAstNd The AST node to dump. 447 * @param pNsRoot The namespace root this AST belongs to. 444 448 * @param hAcpiTbl The ACPI table to dump to. 445 449 */ 446 DECLHIDDEN(int) rtAcpiAstDumpToTbl(PCRTACPIASTNODE pAstNd, RTACPITBL hAcpiTbl);450 DECLHIDDEN(int) rtAcpiAstDumpToTbl(PCRTACPIASTNODE pAstNd, PRTACPINSROOT pNsRoot, RTACPITBL hAcpiTbl); 447 451 448 452
Note:
See TracChangeset
for help on using the changeset viewer.