qemu-e2k/include/hw/timer
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes
Some typedefs and macros are defined after the type check macros.
This makes it difficult to automatically replace their
definitions with OBJECT_DECLARE_TYPE.

Patch generated using:

 $ ./scripts/codeconverter/converter.py -i \
   --pattern=QOMStructTypedefSplit $(git grep -l '' -- '*.[ch]')

which will split "typdef struct { ... } TypedefName"
declarations.

Followed by:

 $ ./scripts/codeconverter/converter.py -i --pattern=MoveSymbols \
    $(git grep -l '' -- '*.[ch]')

which will:
- move the typedefs and #defines above the type check macros
- add missing #include "qom/object.h" lines if necessary

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20200831210740.126168-9-ehabkost@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20200831210740.126168-10-ehabkost@redhat.com>
Message-Id: <20200831210740.126168-11-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2020-09-09 09:26:43 -04:00
..
a9gtimer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
allwinner-a10-pit.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
arm_mptimer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
armv7m_systick.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
aspeed_timer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
avr_timer16.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
bcm2835_systmr.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
cmsdk-apb-dualtimer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
cmsdk-apb-timer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
digic-timer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
hpet.h Clean up header guards that don't match their file name 2016-07-12 16:19:16 +02:00
i8254.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
i8254_internal.h i8254: Move PITCommonState/PITCommonClass typedefs to i8254.h 2020-08-27 14:04:54 -04:00
imx_epit.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
imx_gpt.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
mips_gictimer.h hw/mips_gictimer: provide API for retrieving frequency 2017-02-21 22:24:58 +00:00
mss-timer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
nrf51_timer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
renesas_cmt.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
renesas_tmr.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
stm32f2xx_timer.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
tmu012.h hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' 2020-06-22 18:37:12 +02:00