blob: a8f632f45e9085cfe17fe7a1f96ecfdccad05a62 [file] [log] [blame]
Peng Fan5c2218a2021-08-07 16:00:31 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2021 NXP
4 */
5
6#ifndef __ARCH_IMX8ULP_SYS_PROTO_H
7#define __ARCH_NMX8ULP_SYS_PROTO_H
8
9#include <asm/mach-imx/sys_proto.h>
10
Peng Fan72530162021-08-07 16:00:33 +080011extern unsigned long rom_pointer[];
12
Ye Li7a71c612021-08-07 16:00:39 +080013ulong spl_romapi_raw_seekable_read(u32 offset, u32 size, void *buf);
14ulong spl_romapi_get_uboot_base(u32 image_offset, u32 rom_bt_dev);
Peng Fan72530162021-08-07 16:00:33 +080015enum bt_mode get_boot_mode(void);
Peng Fan5c2218a2021-08-07 16:00:31 +080016#endif