Files
zig/lib/libc/include/powerpc-openbsd-eabihf/machine/intr.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
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