]> git.neil.brown.name Git - history.git/commitdiff
ACPI: Update version string to 20030109
authorAndy Grover <agrover@groveronline.com>
Thu, 9 Jan 2003 06:33:08 +0000 (22:33 -0800)
committerAndy Grover <agrover@groveronline.com>
Thu, 9 Jan 2003 06:33:08 +0000 (22:33 -0800)
drivers/acpi/include/acconfig.h
drivers/acpi/include/acpiosxf.h

index 3a52d9b550c10b8fe83ce58ab834e9552b1a5454..fbac15e36756c6626d4c5b928ccdaf5251db0482 100644 (file)
@@ -53,7 +53,7 @@
 
 /* Version string */
 
-#define ACPI_CA_VERSION                 0x20021217
+#define ACPI_CA_VERSION                 0x20030109
 
 /* Version of ACPI supported */
 
index e5c893465c100b2923981d544ac68f45f0c27545..8309e692eff0d5eda16c408c395486e84ee9bcc5 100644 (file)
@@ -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
  */