Home
last modified time | relevance | path

Searched defs:xpmsg_func (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h158 struct xpmsg_func { struct
159 void (*func)(int, int, int);
160 void (*trap)(int, int, int);
161 int arg0;
162 int arg1;
163 int arg2;
164 } xpmsg_func; member