initial commit
This commit is contained in:
4
include/acpi.h
Normal file
4
include/acpi.h
Normal 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]);
|
Reference in New Issue
Block a user