arm-trusted-firmware/include/lib
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
..
aarch32 Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
aarch64 Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
cpus Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
el3_runtime Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
extensions Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
libc Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
libfdt libfdt: Downgrade to version 1.4.6-9 2018-10-30 13:42:13 +00:00
pmf Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
psci PSCI: Remove deprecated file plat_psci_common.c 2018-09-28 15:31:52 +01:00
xlat_tables Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
zlib Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
bakery_lock.h bakery: Fix MISRA defects 2018-11-01 14:15:39 +00:00
cassert.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
coreboot.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
mmio.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
object_pool.h Introduce object pool allocator 2018-10-11 16:11:18 +02:00
optee_utils.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
runtime_instr.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
semihosting.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
smccc.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
smccc_v1.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
smccc_v2.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
spinlock.h bakery: Fix MISRA defects 2018-11-01 14:15:39 +00:00
utils.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
utils_def.h Fix misra warnings in delay timer and console drivers 2018-09-25 17:49:28 +01:00