blob: 4d3fa8fa6ff1df915ea3050fabe5945a4717329e [file] [log] [blame]
#ifndef _FDT_HANDLER_H
#define _FDT_HANDLER_H
#include "hf/boot_params.h"
#include "hf/fdt.h"
#include "hf/mm.h"
bool fdt_get_boot_params(paddr_t fdt_addr, struct boot_params *p);
bool fdt_patch(paddr_t fdt_addr, struct boot_params_update *p);
#endif /* _FDT_HANDLER_H */