acpi_wakeup.c revision 118030
180028Stakawata/*-
280028Stakawata * Copyright (c) 2001 Takanori Watanabe <takawata@jp.freebsd.org>
380028Stakawata * Copyright (c) 2001 Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
480028Stakawata * All rights reserved.
580028Stakawata *
680028Stakawata * Redistribution and use in source and binary forms, with or without
780028Stakawata * modification, are permitted provided that the following conditions
880028Stakawata * are met:
980028Stakawata * 1. Redistributions of source code must retain the above copyright
1080028Stakawata *    notice, this list of conditions and the following disclaimer.
1180028Stakawata * 2. Redistributions in binary form must reproduce the above copyright
1280028Stakawata *    notice, this list of conditions and the following disclaimer in the
1380028Stakawata *    documentation and/or other materials provided with the distribution.
1480028Stakawata *
1580028Stakawata * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1680028Stakawata * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1780028Stakawata * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1880028Stakawata * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1980028Stakawata * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2080028Stakawata * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2180028Stakawata * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2280028Stakawata * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2380028Stakawata * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2480028Stakawata * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2580028Stakawata * SUCH DAMAGE.
2680028Stakawata */
27118030Sobrien
28118030Sobrien#include <sys/cdefs.h>
29118030Sobrien__FBSDID("$FreeBSD: head/sys/amd64/acpica/acpi_wakeup.c 118030 2003-07-25 21:10:19Z obrien $");
30118030Sobrien
3180028Stakawata#include <sys/param.h>
3280028Stakawata#include <sys/bus.h>
3380028Stakawata
3480028Stakawata#include "acpi.h"
3580028Stakawata#include <dev/acpica/acpivar.h>
3680028Stakawata
3780028Stakawataint
3880028Stakawataacpi_sleep_machdep(struct acpi_softc *sc, int state)
3980028Stakawata{
4080028Stakawata
41114349Speter	return (0);
4280028Stakawata}
4380028Stakawata
4480028Stakawatavoid
4580028Stakawataacpi_install_wakeup_handler(struct acpi_softc *sc)
4680028Stakawata{
4780028Stakawata}
48