Files
zig/lib/libc/include/arm-openbsd-eabi/machine/conf.h
T
Alex Rønne Petersen 66d97267c7 libc: add openbsd 7.8 headers
This excludes all headers in /usr/include/dev because that directory is bonkers
huge (18M). We can add these on an as-needed basis.
2026-01-05 14:52:48 +01:00

10 lines
245 B
C
Vendored

/* $OpenBSD: conf.h,v 1.2 2025/07/16 03:01:53 jsg Exp $ */
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
#ifndef _MACHINE_CONF_H_
#define _MACHINE_CONF_H_
#include <sys/conf.h>
#include <arm/conf.h>
#endif /* _MACHINE_CONF_H_ */