Changeset 100036 in vbox for trunk/include/iprt
- Timestamp:
- Jun 1, 2023 3:13:25 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157714
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fdt.h
r100029 r100036 121 121 122 122 /** 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 */ 129 RTDECL(uint32_t) RTFdtPHandleAllocate(RTFDT hFdt); 130 131 132 /** 123 133 * Dumps the given flattened devicetree to the given VFS file. 124 134 * -
trunk/include/iprt/mangling.h
r100029 r100036 965 965 # define RTFdtNodePropertyAddString RT_MANGLER(RTFdtNodePropertyAddString) 966 966 # define RTFdtNodePropertyAddU32 RT_MANGLER(RTFdtNodePropertyAddU32) 967 # define RTFdtPHandleAllocate RT_MANGLER(RTFdtPHandleAllocate) 967 968 # define RTFdtSetPhysBootCpuId RT_MANGLER(RTFdtSetPhysBootCpuId) 968 969 # define RTFileAioCtxAssociateWithFile RT_MANGLER(RTFileAioCtxAssociateWithFile)
Note:
See TracChangeset
for help on using the changeset viewer.