Function report |
Source Code:scripts\dtc\libfdt\fdt.c |
Create Date:2022-07-28 06:18:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Minimal sanity check for a read-only tree. fdt_ro_probe_() checks* that the given buffer contains what appears to be a flattened* device tree with sane information in its header.
Proto:int fdt_ro_probe_(const void *fdt)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | fdt |
20 | If fdt_magic(fdt) == 4: version, 4: total size Then |
26 | Else if fdt_magic(fdt) == FDT_SW_MAGIC Then |
30 | Else |
34 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |