Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\fdt_rw.c Create Date:2022-07-28 06:18:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fdt_del_mem_rsv

Proto:int fdt_del_mem_rsv(void *fdt, int n)

Type:int

Parameter:

TypeParameterName
void *fdt
intn
160  re = fdt_mem_rsv_w_(fdt, n)
164  If n >= fdt_num_mem_rsv(fdt) Then Return -Error codes: informative error codes
167  Return fdt_splice_mem_rsv_(fdt, re, 1, 0)