blob: d328542ece21159f171114c29c0464b83408c3c8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Peng Faneae4de22018-01-10 13:20:37 +08002/*
3 * Copyright (C) 2017 NXP
Peng Faneae4de22018-01-10 13:20:37 +08004 */
5
Peng Fan39945c12018-11-20 10:19:25 +00006#ifndef __ARCH_IMX8M_SYS_PROTO_H
7#define __ARCH_NMX8M_SYS_PROTO_H
Peng Faneae4de22018-01-10 13:20:37 +08008
9#include <asm/mach-imx/sys_proto.h>
10
11void set_wdog_reset(struct wdog_regs *wdog);
12void enable_tzc380(void);
13void restore_boot_params(void);
14extern unsigned long rom_pointer[];
15enum boot_device get_boot_device(void);
16bool is_usb_boot(void);
17#endif