diff options
Diffstat (limited to 'sys/alpha/include/console.h')
-rw-r--r-- | sys/alpha/include/console.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h index 2d05be0..9406441 100644 --- a/sys/alpha/include/console.h +++ b/sys/alpha/include/console.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: console.h,v 1.35 1998/02/03 19:57:45 bde Exp $ + * $Id: console.h,v 1.36 1998/02/12 20:47:39 phk Exp $ */ #ifndef _MACHINE_CONSOLE_H_ @@ -313,6 +313,8 @@ typedef struct ssaver ssaver_t; #define DCAR 0x97 /* caron */ #define L_ACC DCAR /* last accent key */ +#define STBY 0x98 /* Go into standby mode (apm) */ + #define F(x) ((x)+F_FN-1) #define S(x) ((x)+F_SCR-1) #define ACC(x) ((x)+F_ACC) |