Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-imx8m / sys_proto.h
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