mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
modified include stucture to 2.0 style.
Reviewed by: Submitted by:
This commit is contained in:
parent
99f2ad0a65
commit
5d39245780
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2204
@ -24,22 +24,23 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: pcaudio.c,v 1.4 1994/08/13 03:50:12 wollman Exp $
|
||||
* $Id: pcaudio.c,v 1.3 1994/05/20 12:24:15 sos Exp $
|
||||
*/
|
||||
|
||||
#include "pca.h"
|
||||
#if NPCA > 0
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <i386/isa/sound/ulaw.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <machine/pio.h>
|
||||
#include <machine/pcaudioio.h>
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <i386/isa/timerreg.h>
|
||||
#include <i386/isa/sound/ulaw.h>
|
||||
|
||||
#define BUF_SIZE 8192
|
||||
#define SAMPLE_RATE 8000
|
||||
|
Loading…
Reference in New Issue
Block a user