On Mon, Feb 04, 2013 at 10:27:59AM +0800, liguang wrote: > Signed-off-by: liguang <lig.f...@cn.fujitsu.com>
Thanks. Some comments. [...] > --- a/src/acpi.h > +++ b/src/acpi.h [...] > +#include "acpi-dsdt.hex" Moving the acpi structure defines to the header is fine, but moving the DSDT code into the header is definitely not right. -Kevin