meta: restructure project for a modular architechture for more interfaces

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I16f88f649bddad572e0d44cee7e0edec6a6a6964
This commit is contained in:
raf 2026-04-13 11:23:40 +03:00
commit 087f28d726
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
22 changed files with 2494 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef KERNEL_WAKELOCK_H
#define KERNEL_WAKELOCK_H
#include "inhibit-interface.h"
InhibitInterface *kernel_wakelock_create(void);
#endif