diff options
Diffstat (limited to 'usr/src/uts/common/io/kb8042/kb8042.h')
-rw-r--r-- | usr/src/uts/common/io/kb8042/kb8042.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/kb8042/kb8042.h b/usr/src/uts/common/io/kb8042/kb8042.h index 33d849669e..6232d38279 100644 --- a/usr/src/uts/common/io/kb8042/kb8042.h +++ b/usr/src/uts/common/io/kb8042/kb8042.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,13 @@ * * CDDL HEADER END */ + /* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */ /* All Rights Reserved */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -111,6 +111,10 @@ struct kb8042 { int simulated_kbd_type; uint32_t init_state; int break_received; + boolean_t suspended; + int ops; + kcondvar_t suspend_cv; + kcondvar_t ops_cv; }; #define KB_COMMAND_STATE_IDLE 0 |