Commit dedcdf46 authored by Andy Grover's avatar Andy Grover

ACPI: Update version string to 20030109

parent 8a1c2f7e
......@@ -53,7 +53,7 @@
/* Version string */
#define ACPI_CA_VERSION 0x20021217
#define ACPI_CA_VERSION 0x20030109
/* Version of ACPI supported */
......
......@@ -305,6 +305,23 @@ acpi_os_get_line (
char *buffer);
/*
* Directory manipulation
*/
void *
acpi_os_open_directory (
char *pathname,
char *wildcard_spec);
char *
acpi_os_get_next_filename (
void *dir_handle);
void
acpi_os_close_directory (
void *dir_handle);
/*
* Debug
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment