blob: a8ee854acb862b59c206f0f5d2ddc49e54c44c17 [file] [log] [blame]
/* 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 */
OSZAR »