forked from rrcarlosr/Jetpack
10 lines
184 B
C
10 lines
184 B
C
/*
|
|
* Copyright (C) 2015 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#include <asm/imx-common/sys_proto.h>
|
|
|
|
void set_wdog_reset(struct wdog_regs *wdog);
|