forked from len0rd/rockbox
Added power.h include to power-as3525.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c25c92a86
commit
9701ffbe23
1 changed files with 2 additions and 1 deletions
|
@ -19,10 +19,11 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "ascodec-target.h"
|
#include "ascodec-target.h"
|
||||||
#include "as3514.h"
|
#include "as3514.h"
|
||||||
#include <stdbool.h>
|
#include "power.h"
|
||||||
|
|
||||||
void power_off(void)
|
void power_off(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue