Alex Rønne Petersen 234630bb8d
netbsd: add some missing system headers
The Lua headers are needed because, yes, NetBSD has a kernel module for Lua
support. soundcard.h is technically a system header but is installed by
libossaudio and so was missed previously.

This also removes some riscv headers that shouldn't have been added because
NetBSD does not yet officially support the riscv32/riscv64 ports.

Closes #24737.
2025-08-14 08:25:08 +02:00

8 lines
181 B
C
Vendored

/* $NetBSD: bswap.h,v 1.2 1999/08/21 05:39:55 simonb Exp $ */
#ifndef _MACHINE_BSWAP_H_
#define _MACHINE_BSWAP_H_
#include <sys/bswap.h>
#endif /* !_MACHINE_BSWAP_H_ */