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