VirtualBox

Changeset 100036 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jun 1, 2023 3:13:25 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157714
Message:

Runtime/RTFdt: Some additions and fixes, bugref:10401

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r100029 r100036  
    121121
    122122/**
     123 * Allocates a new phandle serving as a unique identifer within the given FDT.
     124 *
     125 * @returns The phandle value
     126 * @retval  UINT32_MAX in case the given FDT handle is invalid or the FDT is out of free phandle values.
     127 * @param   hFdt            The flattened devicetree handle to destroy.
     128 */
     129RTDECL(uint32_t) RTFdtPHandleAllocate(RTFDT hFdt);
     130
     131
     132/**
    123133 * Dumps the given flattened devicetree to the given VFS file.
    124134 *
  • trunk/include/iprt/mangling.h

    r100029 r100036  
    965965# define RTFdtNodePropertyAddString                     RT_MANGLER(RTFdtNodePropertyAddString)
    966966# define RTFdtNodePropertyAddU32                        RT_MANGLER(RTFdtNodePropertyAddU32)
     967# define RTFdtPHandleAllocate                           RT_MANGLER(RTFdtPHandleAllocate)
    967968# define RTFdtSetPhysBootCpuId                          RT_MANGLER(RTFdtSetPhysBootCpuId)
    968969# define RTFileAioCtxAssociateWithFile                  RT_MANGLER(RTFileAioCtxAssociateWithFile)
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