qemu-e2k/include/hw/display
Markus Armbruster 0553d895f9 Normalize position of header guard
This is the common header guard idiom:

    /*
     * File comment
     */

    #ifndef GUARD_SYMBOL_H
    #define GUARD_SYMBOL_H

    ... actual contents ...

    #endif

A few of our headers have some #include before the guard.
target/tilegx/spr_def_64.h has #ifndef __DOXYGEN__ outside the guard.
A few more have the #define elsewhere.

Change them to match the common idiom.  For spr_def_64.h, that means
dropping #ifndef __DOXYGEN__.  While there, rename guard symbols to
make scripts/clean-header-guards.pl happy.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190604181618.19980-2-armbru@redhat.com>
[Rebased with conflicts resolved automatically]
2019-06-12 13:20:20 +02:00
..
bcm2835_fb.h hw/display/bcm2835_fb: Validate config settings 2018-08-24 13:17:50 +01:00
blizzard.h hw/devices: Move Blizzard declarations into a new header 2019-04-29 17:57:21 +01:00
bochs-vbe.h vga: move bochs vbe defines to header file 2018-05-24 10:42:13 +02:00
dpcd.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +02:00
edid.h edid: fix vendor default 2018-10-05 11:26:56 +02:00
i2c-ddc.h i2c-ddc: move it to hw/display 2019-05-07 09:56:10 +02:00
milkymist_tmu2.h hw/display/milkymist-tmu2: Move inlined code from header to source 2019-02-01 11:58:50 +01:00
ramfb.h hw/display/ramfb: initialize fw-config space with xres/ yres 2019-05-24 09:10:29 +02:00
tc6393xb.h hw/devices: Move TC6393XB declarations into a new header 2019-04-29 17:57:21 +01:00
vga.h hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" 2017-12-18 17:07:02 +03:00
xlnx_dp.h Normalize position of header guard 2019-06-12 13:20:20 +02:00