Deleted Added
full compact
1243a1244,1264
>
>
> /******************************************************************************
> *
> * FUNCTION: AcpiOsWaitEventsComplete
> *
> * PARAMETERS: None
> *
> * RETURN: None
> *
> * DESCRIPTION: Wait for all asynchronous events to complete. This
> * implementation does nothing.
> *
> *****************************************************************************/
>
> void
> AcpiOsWaitEventsComplete (
> void)
> {
> return;
> }