Xen Test Framework
elfnote.h
Go to the documentation of this file.
1/*
2 * Xen public elfnote reference
3 */
4
5#ifndef XEN_PUBLIC_ELFNOTE_H
6#define XEN_PUBLIC_ELFNOTE_H
7
8#define XEN_ELFNOTE_HYPERCALL_PAGE 2
9#define XEN_ELFNOTE_XEN_VERSION 5
10#define XEN_ELFNOTE_GUEST_OS 6
11#define XEN_ELFNOTE_GUEST_VERSION 7
12#define XEN_ELFNOTE_LOADER 8
13#define XEN_ELFNOTE_PAE_MODE 9
14#define XEN_ELFNOTE_FEATURES 10
15#define XEN_ELFNOTE_BSD_SYMTAB 11
16
17#define XEN_ELFNOTE_PHYS32_ENTRY 18
18
19#endif /* XEN_PUBLIC_ELFNOTE_H */
20
21/*
22 * Local variables:
23 * mode: C
24 * c-file-style: "BSD"
25 * c-basic-offset: 4
26 * tab-width: 4
27 * indent-tabs-mode: nil
28 * End:
29 */