diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-06 02:11:26 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-06 02:11:26 +0000 |
commit | 7b5f44ceffc72aec8c270d7efbd14106a45620f8 (patch) | |
tree | 7363714b3d827ba913e58d7a6472629b7225ab19 /sys | |
parent | 4577e31d532fcbaf67cdc6566085b075d538edb5 (diff) |
Add alert blink.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/biovar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/biovar.h b/sys/dev/biovar.h index 14ef221ee1a..da1bcec337d 100644 --- a/sys/dev/biovar.h +++ b/sys/dev/biovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biovar.h,v 1.4 2005/04/04 22:36:29 marco Exp $ */ +/* $OpenBSD: biovar.h,v 1.5 2005/04/06 02:11:25 marco Exp $ */ /* * Copyright (c) 2002 Niklas Hallqvist. All rights reserved. @@ -189,6 +189,7 @@ typedef struct _bioc_blink { u_int8_t opcode; #define BIOCSBLINK_BLINK 0x00 #define BIOCSBLINK_UNBLINK 0x01 +#define BIOCSBLINK_ALERT 0x02 u_int8_t channel; u_int8_t target; } bioc_blink; |