Home | History | Annotate | Download | only in include

Lines Matching defs:pic

1 /*	$NetBSD: pic.h,v 1.10 2020/04/25 15:26:18 bouyer Exp $	*/
9 * Structure common to all PIC softcs
11 struct pic {
17 void (*pic_hwmask)(struct pic *, int);
18 void (*pic_hwunmask)(struct pic *, int);
19 void (*pic_addroute)(struct pic *, struct cpu_info *, int, int, int);
20 void (*pic_delroute)(struct pic *, struct cpu_info *, int, int, int);
21 bool (*pic_trymask)(struct pic *, int);
33 * PIC types.
43 extern struct pic i8259_pic;
44 extern struct pic local_pic;
45 extern struct pic softintr_pic;
46 extern struct pic xen_pic;