diff options
Diffstat (limited to 'arch/arm/include/asm/arch-mx7/sys_proto.h')
-rw-r--r-- | arch/arm/include/asm/arch-mx7/sys_proto.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/sys_proto.h b/arch/arm/include/asm/arch-mx7/sys_proto.h new file mode 100644 index 00000000000..5da0037b2c6 --- /dev/null +++ b/arch/arm/include/asm/arch-mx7/sys_proto.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2015 Freescale Semiconductor, Inc. + */ +#ifndef __SYS_PROTO_IMX7_ +#define __SYS_PROTO_IMX7_ + +#include <asm/mach-imx/sys_proto.h> + +struct wdog_regs; + +void set_wdog_reset(struct wdog_regs *wdog); + +#endif /* __SYS_PROTO_IMX7_ */ |