mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
66d97267c7
This excludes all headers in /usr/include/dev because that directory is bonkers huge (18M). We can add these on an as-needed basis.
9 lines
194 B
C
Vendored
9 lines
194 B
C
Vendored
/* $OpenBSD: asm.h,v 1.1 2010/09/20 06:32:30 syuu Exp $ */
|
|
/* public domain */
|
|
|
|
#ifdef MULTIPROCESSOR
|
|
#define HW_GET_CPU_INFO(ci, tmp) \
|
|
dmfc0 ci, COP_0_ERROR_PC
|
|
#endif
|
|
|
|
#include <mips64/asm.h> |