blob: 8bf9ac6697f38b0634d5091d6da2486976d051e3 [file] [log] [blame]
Peng Faneae4de22018-01-10 13:20:37 +08001/*
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
12void set_wdog_reset(struct wdog_regs *wdog);
13void enable_tzc380(void);
14void restore_boot_params(void);
15extern unsigned long rom_pointer[];
16enum boot_device get_boot_device(void);
17bool is_usb_boot(void);
18#endif