blob: d524353fda3bb37e34e7fcfee0a1c55df3ac20ec [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2017-2019 NXP
*/
#ifndef __ARCH_IMX8M_SYS_PROTO_H
#define __ARCH_NMX8M_SYS_PROTO_H
#include <asm/mach-imx/sys_proto.h>
void set_wdog_reset(struct wdog_regs *wdog);
void enable_tzc380(void);
void restore_boot_params(void);
int imx8m_usb_power(int usb_id, bool on);
extern unsigned long rom_pointer[];
enum boot_device get_boot_device(void);
bool is_usb_boot(void);
#ifdef CONFIG_IMX8MQ
bool check_dcss_fused(void);
#endif
#endif