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

/* Power state machine demo module for Chrome EC */

#ifndef __TEST_POWERDEMO_H
#define __TEST_POWERDEMO_H

#include "common.h"

/* Initializes the module. */
int power_demo_init(void);

#endif  /* __TEST_POWERDEMO_H */