summaryrefslogtreecommitdiff
path: root/chip/mt_scp/rv32i_common/scp_watchdog.h
blob: 87309a2f82a2a91306f96f3653db9f158e8475cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __SCP_WATCHDOG_H
#define __SCP_WATCHDOG_H

#include "watchdog.h"

void watchdog_disable(void);
void watchdog_enable(void);

#endif /* __SCP_WATCHDOG_H */