summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu')
-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 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 */
OpenPOWER on IntegriCloud