debuggers.hg
view xen/include/xen/version.h @ 0:7d21f7218375
Exact replica of unstable on 051908 + README-this
author | Mukesh Rathor |
---|---|
date | Mon May 19 15:34:57 2008 -0700 (2008-05-19) |
parents | |
children |
line source
1 #ifndef __XEN_VERSION_H__
2 #define __XEN_VERSION_H__
4 const char *xen_compile_date(void);
5 const char *xen_compile_time(void);
6 const char *xen_compile_by(void);
7 const char *xen_compile_domain(void);
8 const char *xen_compile_host(void);
9 const char *xen_compiler(void);
10 unsigned int xen_major_version(void);
11 unsigned int xen_minor_version(void);
12 const char *xen_extra_version(void);
13 const char *xen_changeset(void);
14 const char *xen_banner(void);
16 #endif /* __XEN_VERSION_H__ */