Changeset 108222 in vbox
- Timestamp:
- Feb 14, 2025 12:23:23 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167542
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/acpi.h
r108221 r108222 602 602 kAcpiStmt_FindSetLeftBit, 603 603 /** FindSetRightBit(Source, Result) statement. */ 604 kAcpiStmt_FindSetRightBit ,604 kAcpiStmt_FindSetRightBit 605 605 } RTACPISTMT; 606 606 -
trunk/src/VBox/Runtime/include/internal/acpi.h
r108221 r108222 399 399 * @param pNsRoot The namespace root to add the entry to. 400 400 * @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.403 401 */ 404 402 DECLHIDDEN(int) rtAcpiNsAddEntryExternal(PRTACPINSROOT pNsRoot, const char *pszNameString, PCRTACPIASLEXTERNAL pExternal);
Note:
See TracChangeset
for help on using the changeset viewer.