Deleted Added
full compact
4c4
< * $Revision: 56 $
---
> * $Revision: 58 $
158c158
< ACPI_STATUS
---
> static ACPI_STATUS
299c299
< ACPI_STATUS
---
> static ACPI_STATUS
604a605,608
> #ifdef ACPI_FUTURE_IMPLEMENTATION
>
> /* Code to convert packages that are parameters to control methods */
>
624c628
< ACPI_STATUS
---
> static ACPI_STATUS
769a774
> #endif /* Future implementation */
770a776
>
799a806,809
> *
> * TBD: Package conversion must be completed and tested
> * NOTE: this code converts packages as input parameters to
> * control methods only. This is a very, very rare case.