qemu-e2k/include/hw/net
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
..
allwinner_emac.h hw/net: Use the IEC binary prefix definitions 2018-07-02 15:41:16 +02:00
cadence_gem.h Normalize position of header guard 2019-06-12 13:20:20 +02:00
ftgmac100.h ftgmac100: compute maximum frame size depending on the protocol 2018-06-08 13:15:32 +01:00
imx_fec.h imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file 2018-01-11 13:25:38 +00:00
lan9118.h hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string 2019-04-29 17:57:21 +01:00
lance.h lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h 2017-10-31 17:25:36 +00:00
mii.h net: add Sun HME (Happy Meal Ethernet) on-board NIC 2017-09-21 08:38:42 +01:00
ne2000-isa.h Clean up header guards that don't match their file name 2019-05-13 08:58:55 +02:00
smc91c111.h hw/devices: Move SMSC 91C111 declaration into a new header 2019-04-29 17:57:21 +01:00