Home | History | Annotate | Download | only in pylibfdt

Lines Matching refs:libfdt

6  * libfdt is dual licensed: you can use it either under the terms of
53 %module libfdt
57 #include "libfdt.h"
64 # Error codes, corresponding to FDT_ERR_... in libfdt.h
113 This is used to check for errors returned by libfdt C functions.
116 val: Return value from a libfdt function
133 This is used to check for a NULL return value from certain libfdt C
137 val: Return value from a libfdt function
163 method xxx(args...) corresponds to a libfdt function fdt_xxx(fdt, args...).
370 %include "libfdt/fdt.h"
433 %include <../libfdt/libfdt.h>