Put #ifndef... after the license.

Approved by:	ariff
This commit is contained in:
Joel Dahl 2007-01-31 12:10:48 +00:00
parent 1b824bcfab
commit fcacf52ec7

View file

@ -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 *);