mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-30 06:42:48 +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.
10 lines
220 B
C
Vendored
10 lines
220 B
C
Vendored
/* $OpenBSD: intr.h,v 1.9 2014/04/01 20:27:14 mpi Exp $ */
|
|
|
|
#include <powerpc/intr.h>
|
|
|
|
#ifndef _LOCORE
|
|
extern int intr_shared_edge;
|
|
|
|
void install_extint(void (*handler)(void));
|
|
void openpic_set_priority(int, int);
|
|
#endif |