From: Andrew Cooper Date: Thu, 4 Mar 2021 12:44:44 +0000 (+0000) Subject: tools/libxendevicemodel: Strip __XEN_TOOLS__ header guard X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~834 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f40e1c52e4e0a3e084b025ed6b68f1e6ebaea027;p=xen.git tools/libxendevicemodel: Strip __XEN_TOOLS__ header guard This is inappropriate for the header file of a standalone library with stable API and ABI. Signed-off-by: Andrew Cooper Reviewed-by: Ian Jackson Release-Acked-by: Ian Jackson --- diff --git a/tools/include/xendevicemodel.h b/tools/include/xendevicemodel.h index 33698d67f3..797e0c6b29 100644 --- a/tools/include/xendevicemodel.h +++ b/tools/include/xendevicemodel.h @@ -17,8 +17,6 @@ #ifndef XENDEVICEMODEL_H #define XENDEVICEMODEL_H -#ifdef __XEN_TOOLS__ - #include #include @@ -377,8 +375,6 @@ int xendevicemodel_nr_vcpus( */ int xendevicemodel_restrict(xendevicemodel_handle *dmod, domid_t domid); -#endif /* __XEN_TOOLS__ */ - #endif /* XENDEVICEMODEL_H */ /*