#ifndef KERNEL_WAKELOCK_H #define KERNEL_WAKELOCK_H #include "inhibit-interface.h" InhibitInterface *kernel_wakelock_create(void); #endif