Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx7 / sys_proto.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2015 Freescale Semiconductor, Inc.
4  */
5 #ifndef __SYS_PROTO_IMX7_
6 #define __SYS_PROTO_IMX7_
7
8 #include <asm/mach-imx/sys_proto.h>
9
10 void set_wdog_reset(struct wdog_regs *wdog);
11 enum boot_device get_boot_device(void);
12
13 #endif /* __SYS_PROTO_IMX7_ */