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

#ifndef __CROS_RBOX_H
#define __CROS_RBOX_H

/**
 * Return true if the power button output shows it is pressed
 */
int rbox_powerbtn_is_pressed(void);

/**
 * Clear the wakeup interrupts
 */
void rbox_clear_wakeup(void);
#endif  /* __CROS_RBOX_H */