Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 1956d551da2433756e2b94372d3a6181 > files > 425

xen-doc-4.12.1-1.mga7.noarch.rpm

<html><head><title>include/xen/errno.h - arch-x86_32 - Xen public headers</title></head><body><pre>
#ifndef __XEN_ERRNO_H__
#define __XEN_ERRNO_H__

#ifndef __ASSEMBLY__

#define XEN_ERRNO(name, value) name = value,
enum {
#include &lt;public/errno.h&gt;
};

#else /* !__ASSEMBLY__ */

#define XEN_ERRNO(name, value) .equ name, value
#include &lt;public/errno.h&gt;

#endif /* __ASSEMBLY__ */

#endif /*  __XEN_ERRNO_H__ */
</pre></body></html>