blob: d21c77159b800f839191e434a76a48773f8070e0 [file] [log] [blame]
#pragma once
#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);