summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-09-04 14:33:58 +0000
committerdfr <dfr@FreeBSD.org>1999-09-04 14:33:58 +0000
commitdfc151e3a24922085d612b1558ce634ba59fa754 (patch)
tree3ad643e15b130c17fd74d8866b0751d125918e94 /sys/sys/soundcard.h
parent210a63233ed0d7934c28c96c1d01a286b3a7bee4 (diff)
downloadFreeBSD-src-dfc151e3a24922085d612b1558ce634ba59fa754.zip
FreeBSD-src-dfc151e3a24922085d612b1558ce634ba59fa754.tar.gz
Make the idempotency ifdefs uniform with the rest of src/sys/sys.
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 4396b4f..1649f8a 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -30,8 +30,8 @@
* $FreeBSD$
*/
-#ifndef SOUNDCARD_H
-#define SOUNDCARD_H
+#ifndef _SYS_SOUNDCARD_H_
+#define _SYS_SOUNDCARD_H_
/*
* If you make modifications to this file, please contact me before
* distributing the modified version. There is already enough
@@ -1363,4 +1363,4 @@ void seqbuf_dump __P((void)); /* This function must be provided by programs */
#define SOUND_PCM_MAPINBUF SNDCTL_DSP_MAPINBUF
#define SOUND_PCM_MAPOUTBUF SNDCTL_DSP_MAPOUTBUF
-#endif /* SOUNDCARD_H */
+#endif /* !_SYS_SOUNDCARD_H_ */
OpenPOWER on IntegriCloud