initial commit

This commit is contained in:
2025-03-31 04:12:41 -05:00
commit 961e0472f5
13 changed files with 614 additions and 0 deletions

4
include/acpi.h Normal file
View File

@@ -0,0 +1,4 @@
int acpi_create_socket(char *socket_file);
int acpi_parse(char *str, char **out);
int acpi_close_socket(int sockfd);
void acpi_clean_parse(char *out[4]);