blob: e46a02198d663aeb06d213f4523204b068009369 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Adrian Alonso1ea23b12015-09-02 13:54:17 -05002/*
3 * Copyright (C) 2015 Freescale Semiconductor, Inc.
Adrian Alonso1ea23b12015-09-02 13:54:17 -05004 */
Lukasz Majewski666ab282017-11-07 11:34:17 +01005#ifndef __SYS_PROTO_IMX7_
6#define __SYS_PROTO_IMX7_
Adrian Alonso1ea23b12015-09-02 13:54:17 -05007
Stefano Babic33731bc2017-06-29 10:16:06 +02008#include <asm/mach-imx/sys_proto.h>
Adrian Alonso98810772015-09-03 11:49:28 -05009
10void set_wdog_reset(struct wdog_regs *wdog);
Uri Mashiach5dd46892017-09-24 09:00:24 +030011enum boot_device get_boot_device(void);
Lukasz Majewski666ab282017-11-07 11:34:17 +010012
13#endif /* __SYS_PROTO_IMX7_ */