blob: cd83662a78ea6d884c15502a747ff4b4578d065f [file] [log] [blame]
Adrian Alonso1ea23b12015-09-02 13:54:17 -05001/*
2 * Copyright (C) 2015 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
Lukasz Majewski666ab282017-11-07 11:34:17 +01006#ifndef __SYS_PROTO_IMX7_
7#define __SYS_PROTO_IMX7_
Adrian Alonso1ea23b12015-09-02 13:54:17 -05008
Stefano Babic33731bc2017-06-29 10:16:06 +02009#include <asm/mach-imx/sys_proto.h>
Adrian Alonso98810772015-09-03 11:49:28 -050010
11void set_wdog_reset(struct wdog_regs *wdog);
Uri Mashiach5dd46892017-09-24 09:00:24 +030012enum boot_device get_boot_device(void);
Lukasz Majewski666ab282017-11-07 11:34:17 +010013
14#endif /* __SYS_PROTO_IMX7_ */