mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Put #ifndef... after the license.
Approved by: ariff
This commit is contained in:
parent
1b824bcfab
commit
fcacf52ec7
1 changed files with 3 additions and 2 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue