arm-trusted-firmware/plat/imx/common
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
..
include Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
sci Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
imx7_clock.c imx7: imx7_clock: usb: Initialize the USB core clocks 2018-09-04 13:36:23 +01:00
imx8_helpers.S Add plat_crash_console_flush to platforms without it 2018-10-25 09:56:09 +01:00
imx8_psci.c imx: imx8qx: add domain suspend/resume support 2018-07-12 16:15:32 +08:00
imx8_topology.c imx: imx8qm: add domain off support 2018-07-12 16:15:56 +08:00
imx_aips.c imx: imx_aips: Add initial AIPS support 2018-09-04 13:36:23 +01:00
imx_caam.c imx: imx_caam: Add code to initialize the CAAM job-rings to NS-world 2018-09-04 14:18:30 +01:00
imx_clock.c imx: imx_clock: usb: Add USB clock API 2018-09-04 13:36:23 +01:00
imx_csu.c imx: imx_csu: Add a simple CSU layer 2018-09-04 13:36:23 +01:00
imx_io_mux.c imx: imx_io_mux: Define an IO-mux layer 2018-09-04 13:36:23 +01:00
imx_snvs.c imx: imx_snvs: Add an SNVS core functionality 2018-09-04 13:36:23 +01:00
imx_wdog.c imx: imx_wdog: Add code to initialize the wdog block 2018-09-04 14:18:31 +01:00
lpuart_console.S Multi-console: Deprecate the `finish_console_register` macro 2018-10-19 17:34:52 +01:00
plat_imx8_gic.c imx8qm: imx8qx: Migrate to new interfaces 2018-09-28 15:34:17 +01:00