VirtualBox

Ignore:
Timestamp:
Feb 14, 2025 12:16:40 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167541
Message:

Runtime/RTAcpi*: Support generating AML for more statements found in vbox.dsl, bugref:10733

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/acpi.h

    r108215 r108221  
    121121    kAcpiAstNodeOp_Else,
    122122    kAcpiAstNodeOp_LAnd,
     123    kAcpiAstNodeOp_LOr,
    123124    kAcpiAstNodeOp_LEqual,
    124125    kAcpiAstNodeOp_LGreater,
     
    185186    kAcpiAstNodeOp_CreateQWordField,
    186187    kAcpiAstNodeOp_ConcatenateResTemplate,
     188    kAcpiAstNodeOp_FindSetLeftBit,
     189    kAcpiAstNodeOp_FindSetRightBit,
    187190    kAcpiAstNodeOp_32Bit_Hack = 0x7fffffff
    188191} RTACPIASTNODEOP;
     
    442445 * @returns IPRT status code.
    443446 * @param   pAstNd              The AST node to dump.
     447 * @param   pNsRoot             The namespace root this AST belongs to.
    444448 * @param   hAcpiTbl            The ACPI table to dump to.
    445449 */
    446 DECLHIDDEN(int) rtAcpiAstDumpToTbl(PCRTACPIASTNODE pAstNd, RTACPITBL hAcpiTbl);
     450DECLHIDDEN(int) rtAcpiAstDumpToTbl(PCRTACPIASTNODE pAstNd, PRTACPINSROOT pNsRoot, RTACPITBL hAcpiTbl);
    447451
    448452
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette