mirror of
https://github.com/sailfishos/ofono
synced 2025-12-16 06:51:04 +08:00
isi: Private header files don't need circular inclusion protection
This commit is contained in:
@@ -19,13 +19,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __NOKIA_GPIO_H
|
|
||||||
#define __NOKIA_GPIO_H
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
enum power_state {
|
enum power_state {
|
||||||
POWER_STATE_NONE,
|
POWER_STATE_NONE,
|
||||||
POWER_STATE_ON_STARTED,
|
POWER_STATE_ON_STARTED,
|
||||||
@@ -45,9 +38,3 @@ int gpio_disable(void *opaque);
|
|||||||
int gpio_remove(void *opaque);
|
int gpio_remove(void *opaque);
|
||||||
|
|
||||||
char const *gpio_power_state_name(enum power_state value);
|
char const *gpio_power_state_name(enum power_state value);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __NOKIA_GPIO_H */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user