arm-trusted-firmware/plat/socionext/synquacer
Antonio Nino Diaz c3cf06f1a3 Standardise header guards across codebase
All identifiers, regardless of use, that start with two underscores are
reserved. This means they can't be used in header guards.

The style that this project is now to use the full name of the file in
capital letters followed by 'H'. For example, for a file called
"uart_example.h", the header guard is UART_EXAMPLE_H.

The exceptions are files that are imported from other projects:

- CryptoCell driver
- dt-bindings folders
- zlib headers

Change-Id: I50561bf6c88b491ec440d0c8385c74650f3c106e
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-11-08 10:20:19 +00:00
..
drivers Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
include Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
platform.mk synquacer: Migrate to new interfaces 2018-09-28 15:31:53 +01:00
sq_bl31_setup.c synquacer: Migrate to new interfaces 2018-09-28 15:31:53 +01:00
sq_ccn.c synquacer: Enable CCN driver support 2018-06-21 11:22:48 +05:30
sq_gicv3.c synquacer: Enable GICv3 support 2018-06-21 11:22:52 +05:30
sq_helpers.S synquacer: Enable PL011 UART Console 2018-06-21 11:22:32 +05:30
sq_psci.c synquacer: Enable PSCI framework 2018-06-21 11:32:54 +05:30
sq_topology.c synquacer: Implement topology functions 2018-06-21 11:22:42 +05:30
sq_xlat_setup.c synquacer: Enable MMU using xlat_tables_v2 library 2018-06-21 11:23:03 +05:30