Files
zig/lib/libc/include/mips64el-openbsd-none/machine/asm.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

9 lines
194 B
C
Vendored

/* $OpenBSD: asm.h,v 1.2 2016/11/18 15:38:14 visa Exp $ */
/* public domain */
#ifdef MULTIPROCESSOR
#define HW_GET_CPU_INFO(ci, tmp) \
dmfc0 ci, COP_0_ERROR_PC
#endif
#include <mips64/asm.h>