ACPICA: Restructure includes into public/private
authorBob Moore <robert.moore@intel.com>
Tue, 30 Dec 2008 19:01:23 +0000 (03:01 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 06:15:40 +0000 (01:15 -0500)
acpi.h now includes only the "public" acpica headers. All other
acpica headers are "private" and should not be included by acpica
users. One new file, accommon.h is used to include the commonly
used private headers for acpica code generation. Future plans
are to move all private headers to a new subdirectory.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found