arm-trusted-firmware/bl1
Sandrine Bailleux 6c77e74915 Fix some violations to MISRA rule 8.3
Wherever we use 'struct foo' and 'foo_t' interchangeably in a
function's declaration and definition, use 'struct foo' consistently
for both, as per the TF-A coding guidelines [1].

[1] https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Coding-Guidelines#avoid-anonymous-typedefs-of-structsenums-in-header-files

Change-Id: I7998eb24a26746e87e9b6425529926406745b721
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2018-07-11 17:33:29 +02:00
..
aarch32 Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00
aarch64 Add end_vector_entry assembler macro 2018-07-11 09:23:00 +01:00
tbbr Fix MISRA rule 8.4 Part 4 2018-04-13 14:01:56 +01:00
bl1.ld.S Add .extab and .exidx sections 2018-07-11 09:21:04 +01:00
bl1.mk bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP 2018-01-18 16:25:18 +00:00
bl1_fwu.c Fix MISRA rule 8.3 Part 4 2018-04-13 14:01:56 +01:00
bl1_main.c Fix some violations to MISRA rule 8.3 2018-07-11 17:33:29 +02:00
bl1_private.h Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00