zig/lib/libc/include/x86-netbsd-none/machine/spkr.h
Alex Rønne Petersen 553cb3ed46
libc: Add NetBSD system and libc headers from 10.1.
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will
be defined by the compiler.
2025-05-17 04:41:27 +02:00

13 lines
No EOL
250 B
C
Vendored

/* $NetBSD: spkr.h,v 1.4 1998/04/15 21:40:27 drochner Exp $ */
/*
* spkr.h -- interface definitions for speaker ioctl()
*/
#ifndef _I386_SPKR_H_
#define _I386_SPKR_H_
#include <sys/ioctl.h>
#include <dev/isa/spkrio.h>
#endif /* _I386_SPKR_H_ */