blob: aa19444f2ef2bbb31ecdc72c6684ea51d1a02d4d [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* arch/arm/include/asm/arch-gxtvbb/watchdog.h
*
* Copyright (C) 2020 Amlogic, Inc. All rights reserved.
*
*/
#include <asm/arch/secure_apb.h>
#ifndef _BOOT_ROM_WATCHDOG_H
#define _BOOT_ROM_WATCHDOG_H
//#include "common.h"
void watchdog_init(uint32_t msec);
void watchdog_reset(void);
void reset_system(void);
void watchdog_disable(void);
/* uboot reset interface */
void reset_cpu(unsigned long flag);
#endif /* _BOOT_ROM_WATCHDOG_H */