blob: 9ac68536f968493cb6a20898285d3ab8fa55836d [file] [log] [blame]
Wedson Almeida Filhofdf4afc2018-07-19 15:45:21 +01001#ifndef _FDT_HANDLER_H
2#define _FDT_HANDLER_H
3
4#include "boot_params.h"
5#include "fdt.h"
6
7bool fdt_get_boot_params(struct fdt_header *fdt, struct boot_params *p);
8bool fdt_patch(struct fdt_header *fdt, struct boot_params_update *p);
9
10#endif /* _FDT_HANDLER_H */