Wedson Almeida Filho | fdf4afc | 2018-07-19 15:45:21 +0100 | [diff] [blame^] | 1 | #ifndef _FDT_HANDLER_H |
2 | #define _FDT_HANDLER_H | ||||
3 | |||||
4 | #include "boot_params.h" | ||||
5 | #include "fdt.h" | ||||
6 | |||||
7 | bool fdt_get_boot_params(struct fdt_header *fdt, struct boot_params *p); | ||||
8 | bool fdt_patch(struct fdt_header *fdt, struct boot_params_update *p); | ||||
9 | |||||
10 | #endif /* _FDT_HANDLER_H */ |