libvirt/src/cpu
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
..
cpu_arm.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu_arm.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu_map.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu_map.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu_ppc64_data.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu_ppc64.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu_ppc64.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu_s390.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu_s390.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu_x86_data.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu_x86.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu_x86.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
Makefile.inc.am make: split CPU build rules into cpu/Makefile.inc.am 2018-03-05 17:12:01 +00:00