|
|
| version 1.3, 2004/05/05 22:18:09 | version 1.4, 2004/05/19 22:52:40 |
|---|---|
| Line 121 ACPI_STATUS | Line 121 ACPI_STATUS |
| AcpiOsDeleteSemaphore (ACPI_HANDLE Handle) | AcpiOsDeleteSemaphore (ACPI_HANDLE Handle) |
| { | { |
| #ifndef ACPI_NO_SEMAPHORES | #ifndef ACPI_NO_SEMAPHORES |
| #if defined(__FreeBSD__) && __FreeBSD_version >= 500000 | |
| struct acpi_semaphore *as = (struct acpi_semaphore *)Handle; | struct acpi_semaphore *as = (struct acpi_semaphore *)Handle; |
| #endif | |
| ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__); | ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__); |