xen/xen-os: don't let anyone else defining __XEN_INTERFACE_VERSION__

FreeBSD should always use the same version across the source. If not
it's a call for problem.

Submitted by: Elliott Mitchell <ehem+freebsd@m5p.com>
Reviewed by: royger
Differential Revision: https://reviews.freebsd.org/D29407
This commit is contained in:
Julien Grall 2015-10-16 11:59:45 -07:00 committed by Roger Pau Monné
parent b6ff9345a4
commit d561380eb3

View File

@ -30,9 +30,7 @@
#ifndef _XEN_XEN_OS_H_
#define _XEN_XEN_OS_H_
#if !defined(__XEN_INTERFACE_VERSION__)
#define __XEN_INTERFACE_VERSION__ 0x00030208
#endif
#define GRANT_REF_INVALID 0xffffffff