blob: d21c77159b800f839191e434a76a48773f8070e0 [file] [log] [blame]
Andrew Scullfbc938a2018-08-20 14:09:28 +01001#pragma once
Wedson Almeida Filhofdf4afc2018-07-19 15:45:21 +01002
Andrew Scull18c78fc2018-08-20 12:57:41 +01003#include "hf/boot_params.h"
4#include "hf/fdt.h"
5#include "hf/mm.h"
Wedson Almeida Filhofdf4afc2018-07-19 15:45:21 +01006
Andrew Scull265ada92018-07-30 15:19:01 +01007bool fdt_get_boot_params(paddr_t fdt_addr, struct boot_params *p);
8bool fdt_patch(paddr_t fdt_addr, struct boot_params_update *p);