remove defines for acpi ioctls, unused since acpi.c rev 1.59
authorjsg <jsg@openbsd.org>
Sat, 29 Jun 2024 23:56:07 +0000 (23:56 +0000)
committerjsg <jsg@openbsd.org>
Sat, 29 Jun 2024 23:56:07 +0000 (23:56 +0000)
sys/dev/acpi/acpivar.h

index fd61a88..ea76bb1 100644 (file)
@@ -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 <tholo@sigmasoft.com>
  *
@@ -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;