blob: 2e0360f7c206a13951b45b1dedc36b46b56023bb [file] [log] [blame]
/* Copyright (c) 2011 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 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 */