xref: /openbsd-src/sys/dev/pci/drm/include/xen/xen.h (revision 1ad61ae0a79a724d2d3ec69e69c8e1d1ff6b53a0)
1 /* Public domain. */
2 
3 #ifndef _XEN_XEN_H
4 #define _XEN_XEN_H
5 
6 static inline bool
7 xen_initial_domain(void)
8 {
9 	return false;
10 }
11 
12 #endif
13