xref: /netbsd-src/sys/arch/xen/include/pic.h (revision 0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b)
1 /*	$NetBSD: pic.h,v 1.3 2008/07/02 19:18:52 drochner Exp $	*/
2 
3 #ifndef _XEN_PIC_H_
4 #define	_XEN_PIC_H_
5 
6 #include <x86/pic.h>
7 
8 #endif /* _XEN_PIC_H_ */
9