Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/acpica/acpivar.h 79387 2001-07-07 10:20:17Z msmith $
---
> * $FreeBSD: head/sys/dev/acpica/acpivar.h 80028 2001-07-20 06:07:34Z takawata $
34a35,37
> #include <machine/bus.h>
> #include <machine/resource.h>
>
56a60,64
> bus_dma_tag_t acpi_waketag;
> bus_dmamap_t acpi_wakemap;
> vm_offset_t acpi_wakeaddr;
> vm_offset_t acpi_wakephys;
>
269a278,280
> extern void acpi_install_wakeup_handler(struct acpi_softc *sc);
> extern int acpi_sleep_machdep(struct acpi_softc *sc, int state);
>