initial commit
This commit is contained in:
commit
961e0472f5
13 changed files with 614 additions and 0 deletions
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]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue