From 3cc41826ab6506e9c9133d85220a0f94cf4d6d61 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Sat, 13 Feb 1999 11:32:00 +0000 Subject: Add "beep" ioctl. (#10 is reserved for PIOCSVIR) Obtained from: PAO3 Reviewed by: -current list --- sys/pccard/cardinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pccard/cardinfo.h') diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h index ba98283..045665a 100644 --- a/sys/pccard/cardinfo.h +++ b/sys/pccard/cardinfo.h @@ -45,6 +45,7 @@ #define PIOCRWFLAG _IOW('P', 7, int) /* Set flags for drv use */ #define PIOCRWMEM _IOWR('P', 8, unsigned long) /* Set mem for drv use */ #define PIOCSPOW _IOW('P', 9, struct power) /* Set power structure */ +#define PIOCSBEEP _IOW('P', 11, int) /* Select Beep */ /* * Debug codes. */ -- cgit v1.1