diff options
author | jkim <jkim@FreeBSD.org> | 2011-03-16 20:53:41 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2011-03-16 20:53:41 +0000 |
commit | 42a99af5c483122effde7730002be92964d6d727 (patch) | |
tree | 8e59ec98e0d4b4d7084753b3623441114c6185b0 /compiler/dtcompiler.h | |
parent | 6636ac3533f4af02a42a7302b5cd1197817f4ed9 (diff) | |
download | FreeBSD-src-42a99af5c483122effde7730002be92964d6d727.zip FreeBSD-src-42a99af5c483122effde7730002be92964d6d727.tar.gz |
Import ACPICA 20110316.
Diffstat (limited to 'compiler/dtcompiler.h')
-rw-r--r-- | compiler/dtcompiler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/dtcompiler.h b/compiler/dtcompiler.h index a344a5b..9138a78 100644 --- a/compiler/dtcompiler.h +++ b/compiler/dtcompiler.h @@ -394,6 +394,10 @@ DtCompileRsdt ( void **PFieldList); ACPI_STATUS +DtCompileSlic ( + void **PFieldList); + +ACPI_STATUS DtCompileSlit ( void **PFieldList); |