ACPI: Fixing ACPI return codes
authorErwan Velu <erwanaliasr1@gmail.com>
Mon, 31 Jan 2011 15:29:49 +0000 (16:29 +0100)
committerErwan Velu <erwanaliasr1@gmail.com>
Mon, 31 Jan 2011 15:29:49 +0000 (16:29 +0100)
commit7cb79745098c7b84888646b36bdc1c8a2cf99d85
tree1ccdee6011e7d9318292dd52f4a917e9ea284269
parent813daa0f83959de7c1ece9381966905a538919db
ACPI: Fixing ACPI return codes

Without defining values using the negative values as a return option
could lead to a false positive case.

Setting up the values helps prevent from using the 0 value.
com32/gplinclude/acpi/acpi.h
com32/gplinclude/acpi/fadt.h
com32/gplinclude/acpi/rsdp.h
com32/gplinclude/acpi/rsdt.h
com32/gplinclude/acpi/xsdt.h