From cb309fc3fbb4be23b21c62512be2f98855d27fa0 Mon Sep 17 00:00:00 2001 From: cg Date: Mon, 3 Apr 2000 00:28:43 +0000 Subject: fix missing defines and prototype for emu_vdump() --- sys/gnu/dev/sound/pci/emu10k1.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'sys/gnu') diff --git a/sys/gnu/dev/sound/pci/emu10k1.h b/sys/gnu/dev/sound/pci/emu10k1.h index 69a1df6..52c4ac2 100644 --- a/sys/gnu/dev/sound/pci/emu10k1.h +++ b/sys/gnu/dev/sound/pci/emu10k1.h @@ -35,8 +35,8 @@ */ -#ifndef _8010_H -#define _8010_H +#ifndef EMU10K1_H +#define EMU10K1_H /* ------------------- DEFINES -------------------- */ @@ -663,4 +663,10 @@ #define HIWORD_RESULT_MASK 0x000ffc00 /* Instruction result */ #define HIWORD_OPA_MASK 0x000003ff /* Instruction operand A */ -#endif /* _8010_H */ +#define ENABLE 0xffffffff +#define DISABLE 0x00000000 + +#define ENV_ON 0x80 +#define ENV_OFF 0x00 + +#endif /* EMU10K1_H */ -- cgit v1.1