summaryrefslogtreecommitdiff
path: root/sys/gnu/dev
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>2000-04-03 00:28:43 +0000
committerCameron Grant <cg@FreeBSD.org>2000-04-03 00:28:43 +0000
commit8046c76306d7fd9b62becfde3bf69759b3c8186d (patch)
treea036a133855226c689e118e7950d4c1137e1049c /sys/gnu/dev
parent3768ac3452fa89fe6918797ab324e8af5a167022 (diff)
Notes
Diffstat (limited to 'sys/gnu/dev')
-rw-r--r--sys/gnu/dev/sound/pci/emu10k1.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/gnu/dev/sound/pci/emu10k1.h b/sys/gnu/dev/sound/pci/emu10k1.h
index 69a1df64ad18..52c4ac24e105 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 */