1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef _USR_FDTMGMT_H #define _USR_FDTMGMT_H /** @file * * Flattened Device Tree management * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/image.h> extern int imgfdt ( struct image *image ); #endif /* _USR_FDTMGMT_H */