From f972baf68671cdca518147555ce5e92e6da768c1 Mon Sep 17 00:00:00 2001 From: takemura Date: Sun, 28 Nov 1999 12:11:45 +0000 Subject: [PATCH] Add definition for VR's special instructions. --- sys/arch/hpcmips/vr/vr.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys/arch/hpcmips/vr/vr.h b/sys/arch/hpcmips/vr/vr.h index 11a3cb284e6b..e4a383601378 100644 --- a/sys/arch/hpcmips/vr/vr.h +++ b/sys/arch/hpcmips/vr/vr.h @@ -1,4 +1,4 @@ -/* $NetBSD: vr.h,v 1.1.1.1 1999/09/16 12:23:32 takemura Exp $ */ +/* $NetBSD: vr.h,v 1.2 1999/11/28 12:11:45 takemura Exp $ */ /*- * Copyright (c) 1999 @@ -41,3 +41,10 @@ void vr_intr_disestablish __P((void *)); #define VR_INTR1 1 #define VR_INTR2 2 #define VR_INTR3 3 + +/* + * special instructions, which are not supported by assembler. + */ +#define VR_OPCODE_STANDBY 0x42000021 +#define VR_OPCODE_SUSPEND 0x42000022 +#define VR_OPCODE_HIBERNATE 0x42000023