libvirt/src/vmx
Daniel P. Berrangé 568a417224 Enforce a standard header file guard symbol name
Require that all headers are guarded by a symbol named

  LIBVIRT_$FILENAME

where $FILENAME is the uppercased filename, with all characters
outside a-z changed into '_'.

Note we do not use a leading __ because that is technically a
namespace reserved for the toolchain.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-12-14 10:47:13 +00:00
..
Makefile.inc.am make: split vmx driver build rules into vmx/Makefile.inc.am 2018-03-05 17:12:01 +00:00
vmx.c Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
vmx.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00