]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-mx8m/sys_proto.h
Merge git://git.denx.de/u-boot-dm
[u-boot] / arch / arm / include / asm / arch-mx8m / sys_proto.h
1 /*
2  * Copyright (C) 2017 NXP
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __ARCH_MX8M_SYS_PROTO_H
8 #define __ARCH_MX8M_SYS_PROTO_H
9
10 #include <asm/mach-imx/sys_proto.h>
11
12 void set_wdog_reset(struct wdog_regs *wdog);
13 void enable_tzc380(void);
14 void restore_boot_params(void);
15 extern unsigned long rom_pointer[];
16 enum boot_device get_boot_device(void);
17 bool is_usb_boot(void);
18 #endif