summaryrefslogtreecommitdiff
path: root/source/include/acpiosxf.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2014-06-26 15:18:44 -0700
committerRobert Moore <Robert.Moore@intel.com>2014-06-26 15:18:44 -0700
commit5f10c2cd90e372bab651bd549320dfa79ee089ae (patch)
tree73137eaa01adbc231c5d67e7e6fea46747b6e256 /source/include/acpiosxf.h
parent0f943808313141334c74c33b4d24e64d5c396244 (diff)
downloadacpica-5f10c2cd90e372bab651bd549320dfa79ee089ae.tar.gz
OSL Header: Fixed a couple typos.
Added a comment also.
Diffstat (limited to 'source/include/acpiosxf.h')
-rw-r--r--source/include/acpiosxf.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/include/acpiosxf.h b/source/include/acpiosxf.h
index 6432d7938..21e6ed916 100644
--- a/source/include/acpiosxf.h
+++ b/source/include/acpiosxf.h
@@ -623,6 +623,9 @@ AcpiOsCloseDirectory (
#endif
+/*
+ * File I/O and related support
+ */
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsOpenFile
ACPI_FILE
AcpiOsOpenFile (
@@ -654,13 +657,13 @@ AcpiOsWriteFile (
ACPI_SIZE Count);
#endif
-#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsGeFileOffset
+#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsGetFileOffset
long
AcpiOsGetFileOffset (
ACPI_FILE File);
#endif
-#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsSeFileOffset
+#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_AcpiOsSetFileOffset
ACPI_STATUS
AcpiOsSetFileOffset (
ACPI_FILE File,