arm-trusted-firmware/drivers/arm
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
..
cci Mark GICV3, CCI and CCN boot time code as init 2018-10-03 11:48:15 +01:00
ccn Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
gic Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pl011 Multi-console: Deprecate the `finish_console_register` macro 2018-10-19 17:34:52 +01:00
pl061 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
smmu Mark GICV3, CCI and CCN boot time code as init 2018-10-03 11:48:15 +01:00
sp804 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
sp805 Fix MISRA defects in SP805 driver 2018-07-30 09:30:15 +01:00
tzc Remove _tzc_get_max_top_addr() function 2018-11-06 17:28:20 +01:00