summaryrefslogtreecommitdiff
path: root/chip/mt_scp/rv32i_common/scp_watchdog.h
blob: 0277aeaec762f5f31a68f8d80c22f3fc1fccffa5 (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 disable_watchdog(void);
void enable_watchdog(void);

#endif /* __SCP_WATCHDOG_H */