Changeset 108252 in vbox for trunk/src/VBox/Runtime/include/internal/acpi.h
- Timestamp:
- Feb 17, 2025 8:15:19 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167573
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/acpi.h
r108234 r108252 107 107 /** The name segment identifying the entry. */ 108 108 char achNameSeg[4]; 109 /** Namespace entry type. .*/109 /** Namespace entry type. */ 110 110 RTACPINSENTRYTYPE enmType; 111 111 /** Type dependent data. */ … … 432 432 * @param pNsRoot The namespace root to add the entry to. 433 433 * @param pszNameString An ACPI NameString (either segment or path). 434 * @param pExternal The external to add the entry for. 434 435 */ 435 436 DECLHIDDEN(int) rtAcpiNsAddEntryExternal(PRTACPINSROOT pNsRoot, const char *pszNameString, PCRTACPIASLEXTERNAL pExternal); … … 463 464 * 464 465 * @note This will only try to compress absolute name paths by converting it to a relative one 465 * (\ SEG1 -> SEG1 for example if the current scope is\) Otherwise the string is just copied as is.466 * (\\SEG1 -> SEG1 for example if the current scope is \\) Otherwise the string is just copied as is. 466 467 */ 467 468 DECLHIDDEN(int) rtAcpiNsCompressNameString(PCRTACPINSROOT pNsRoot, PCRTACPINSENTRY pNsEntry, const char *pszNameString, char *pszNameStringComp, size_t cchNameStringComp);
Note:
See TracChangeset
for help on using the changeset viewer.