summaryrefslogtreecommitdiff
path: root/include/ap_hang_detect.h
blob: 9526bb0a8458f3a66747028a001361ad1a873828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2013 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.
 */

/* 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 */