xref: /openbmc/u-boot/arch/arm/include/asm/arch-mx7/sys_proto.h (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
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_ */
14