aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/dsp.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-09-23 20:45:47 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-09-23 20:45:47 +0000
commitb611c801f0acad06062769cfc815c6f181c8c66f (patch)
tree08be240a4af40f2cea78aeb422288abb41d88003 /sys/dev/sound/pcm/dsp.h
parent402865f63772e2db2fa23378fa293b92d6fd8092 (diff)
Notes
Diffstat (limited to 'sys/dev/sound/pcm/dsp.h')
-rw-r--r--sys/dev/sound/pcm/dsp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h
index 0d067ededb1a..d56333b0f88a 100644
--- a/sys/dev/sound/pcm/dsp.h
+++ b/sys/dev/sound/pcm/dsp.h
@@ -1,3 +1,5 @@
+#ifndef _PCMDSP_H_
+#define _PCMDSP_H_
/*-
* Copyright (c) 1999 Cameron Grant <cg@freebsd.org>
* All rights reserved.
@@ -27,3 +29,7 @@
*/
extern struct cdevsw dsp_cdevsw;
+
+int dsp_oss_audioinfo(struct cdev *, oss_audioinfo *);
+
+#endif /* !_PCMDSP_H_ */