summaryrefslogtreecommitdiff
path: root/src/power_commands.h
blob: da5d9794834eb7b8a05888802429e29545e7ac3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef POWER_H
#define POWER_H


#ifdef __cplusplus
extern "C" {
#endif


int com_power( char *arg );
int com_power_policy( char* arg );


#ifdef __cplusplus
}
#endif


#endif // POWER_H