arm-trusted-firmware/plat/xilinx/zynqmp/pm_service
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
..
pm_api_clock.c zynqmp: pm: Correct function header of clock APIs 2018-09-04 17:57:32 +05:30
pm_api_clock.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_api_ioctl.c Ensure the flow through switch statements is clear 2018-09-21 13:14:13 +01:00
pm_api_ioctl.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_api_pinctrl.c zynqmp: pm: Minor corrections for MISRA compliance 2018-03-15 10:28:29 -07:00
pm_api_pinctrl.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_api_sys.c zynqmp: Add ATF support for Data blob encryption and decryption 2018-09-04 18:05:50 +05:30
pm_api_sys.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_client.c zynqmp: pm: Add support for setting suspend-to-RAM mode 2018-05-17 15:11:33 +05:30
pm_client.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_common.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_defs.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_ipi.c xilinx: zynqmp: pm_service: Fix APU only restart 2018-05-17 15:19:14 +05:30
pm_ipi.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_svc_main.c zynqmp: Add ATF support for Data blob encryption and decryption 2018-09-04 18:05:50 +05:30
pm_svc_main.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00