summaryrefslogtreecommitdiff
path: root/include/ap_hang_detect.h
blob: 17d4ef47777ae4183861e5ad6480db9dd0b181e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2013 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Power button API for Chrome EC */

#ifndef __CROS_EC_AP_HANG_DETECT_H
#define __CROS_EC_AP_HANG_DETECT_H

#include "common.h"

/**
 * If the hang detect timers were started and can be stopped by any host
 * command, stop them.  This is intended to be called by the the host command
 * module.
 */
void hang_detect_stop_on_host_command(void);

#endif  /* __CROS_EC_AP_HANG_DETECT_H */