MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / GetFirstChild

Function GetFirstChild

Library/DeviceTreeLib/DeviceTreeLib.c:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95STATIC
96DTEntry
97GetFirstChild (
98 IN DTEntry Parent
99 )
100{
101 return DTSkipProperties (Parent);
102}
103
104STATIC
105DTEntry

Callers 2

FindChildFunction · 0.70
DTIterateEntriesFunction · 0.70

Calls 1

DTSkipPropertiesFunction · 0.85

Tested by

no test coverage detected