Print this page
update to acpica-unix2-20140114
acpica-unix2-20130823
PANKOVs restructure

*** 3,13 **** * Name: acinterp.h - Interpreter subcomponent prototypes and defines * *****************************************************************************/ /* ! * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: --- 3,13 ---- * Name: acinterp.h - Interpreter subcomponent prototypes and defines * *****************************************************************************/ /* ! * Copyright (C) 2000 - 2014, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met:
*** 618,628 **** void AcpiExRelinquishInterpreter ( void); ! void AcpiExTruncateFor32bitTable ( ACPI_OPERAND_OBJECT *ObjDesc); void AcpiExAcquireGlobalLock ( --- 618,628 ---- void AcpiExRelinquishInterpreter ( void); ! BOOLEAN AcpiExTruncateFor32bitTable ( ACPI_OPERAND_OBJECT *ObjDesc); void AcpiExAcquireGlobalLock (
*** 640,650 **** --- 640,654 ---- void AcpiExIntegerToString ( char *Dest, UINT64 Value); + BOOLEAN + AcpiIsValidSpaceId ( + UINT8 SpaceId); + /* * exregion - default OpRegion handlers */ ACPI_STATUS AcpiExSystemMemorySpaceHandler (