blob: e85b8f5a7d0b801aca63ba629e92830d844dcad2 [file] [log] [blame]
#ifndef _FDT_HANDLER_H
#define _FDT_HANDLER_H
#include "boot_params.h"
#include "fdt.h"
#include "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 */