xref: /openbmc/u-boot/arch/arm/include/asm/arch-imx8m/sys_proto.h (revision 522e035441ca04d99de2fc13b614ad896691e9c9)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 NXP
4  */
5 
6 #ifndef __ARCH_IMX8M_SYS_PROTO_H
7 #define __ARCH_NMX8M_SYS_PROTO_H
8 
9 #include <asm/mach-imx/sys_proto.h>
10 
11 void set_wdog_reset(struct wdog_regs *wdog);
12 void enable_tzc380(void);
13 void restore_boot_params(void);
14 extern unsigned long rom_pointer[];
15 enum boot_device get_boot_device(void);
16 bool is_usb_boot(void);
17 #endif
18