From: jsg Date: Sat, 29 Jun 2024 23:56:07 +0000 (+0000) Subject: remove defines for acpi ioctls, unused since acpi.c rev 1.59 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=60d6b56af6e923720954a046bcb54e34198bd770;p=openbsd remove defines for acpi ioctls, unused since acpi.c rev 1.59 --- diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index fd61a88b295..ea76bb1c4a1 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.129 2024/06/29 23:37:50 jsg Exp $ */ +/* $OpenBSD: acpivar.h,v 1.130 2024/06/29 23:56:07 jsg Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * @@ -300,16 +300,6 @@ extern struct acpi_softc *acpi_softc; #define GPE_LEVEL 0x01 #define GPE_EDGE 0x02 -struct acpi_table { - int offset; - size_t size; - void *table; -}; - -#define ACPI_IOC_GETFACS _IOR('A', 0, struct acpi_facs) -#define ACPI_IOC_GETTABLE _IOWR('A', 1, struct acpi_table) -#define ACPI_IOC_SETSLEEPSTATE _IOW('A', 2, int) - #if defined(_KERNEL) struct acpi_gas;