xref: /netbsd-src/sys/arch/xen/include/pic.h (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1 /*	$NetBSD: pic.h,v 1.2 2005/12/11 12:19:48 christos Exp $	*/
2 
3 #ifndef _XEN_PIC_H_
4 #define	_XEN_PIC_H_
5 
6 #include <x86/pic.h>
7 
8 #define	PIC_XEN		4
9 
10 extern struct pic xen_pic;
11 
12 #endif /* _XEN_PIC_H_ */
13