VirtualBox

Changeset 100007 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 30, 2023 6:31:13 AM (18 months ago)
Author:
vboxsync
Message:

Runtime: Start implementing the RTFdt* API to read and write flattened devicetrees, bugref:10401 (laptop to desktop) [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/fdt.cpp

    r100006 r100007  
    120120static int rtFdtDtbHdr_Validate(PCDTBFDTHDR pDtbHdr, uint64_t cbDtb, PRTERRINFO pErrInfo)
    121121{
     122    RT_NOREF(pDtbHdr, cbDtb, pErrInfo);
    122123    return VINF_SUCCESS;
    123124}
     
    152153                if (RT_SUCCESS(rc))
    153154                {
    154 
     155                    RT_NOREF(phFdt);
    155156                }
    156157            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette