summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2007-01-31 12:10:48 +0000
committerjoel <joel@FreeBSD.org>2007-01-31 12:10:48 +0000
commit4577663dd42307d939be4fb44c35bc824aed3a1a (patch)
tree797e52997972f1cd03c5490fb400eecc574f635a /sys/dev/sound
parentf7bb84a831eb6e7a9ff4e8a3ebe7b143892837b5 (diff)
downloadFreeBSD-src-4577663dd42307d939be4fb44c35bc824aed3a1a.zip
FreeBSD-src-4577663dd42307d939be4fb44c35bc824aed3a1a.tar.gz
Put #ifndef... after the license.
Approved by: ariff
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pcm/dsp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h
index d56333b..3b27e4d 100644
--- a/sys/dev/sound/pcm/dsp.h
+++ b/sys/dev/sound/pcm/dsp.h
@@ -1,5 +1,3 @@
-#ifndef _PCMDSP_H_
-#define _PCMDSP_H_
/*-
* Copyright (c) 1999 Cameron Grant <cg@freebsd.org>
* All rights reserved.
@@ -28,6 +26,9 @@
* $FreeBSD$
*/
+#ifndef _PCMDSP_H_
+#define _PCMDSP_H_
+
extern struct cdevsw dsp_cdevsw;
int dsp_oss_audioinfo(struct cdev *, oss_audioinfo *);
OpenPOWER on IntegriCloud