VirtualBox

Changeset 108222 in vbox


Ignore:
Timestamp:
Feb 14, 2025 12:23:23 PM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167542
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/acpi.h

    r108221 r108222  
    602602    kAcpiStmt_FindSetLeftBit,
    603603    /** FindSetRightBit(Source, Result) statement. */
    604     kAcpiStmt_FindSetRightBit,
     604    kAcpiStmt_FindSetRightBit
    605605} RTACPISTMT;
    606606
  • trunk/src/VBox/Runtime/include/internal/acpi.h

    r108221 r108222  
    399399 * @param   pNsRoot             The namespace root to add the entry to.
    400400 * @param   pszNameString       An ACPI NameString (either segment or path).
    401  * @param   offBits             Bit offset from the beginning of the resource.
    402  * @param   cBits               NUmber of bits this resource field has.
    403401 */
    404402DECLHIDDEN(int) rtAcpiNsAddEntryExternal(PRTACPINSROOT pNsRoot, const char *pszNameString, PCRTACPIASLEXTERNAL pExternal);
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