summaryrefslogtreecommitdiff
path: root/chip/g/rbox.h
blob: 5ceeb819535e062ea163b45c1c3a7d77315a7cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright 2016 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 __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 */