arm-trusted-firmware/drivers
Antonio Nino Diaz 239b085caa TZC: rename included C file to a header
C files shouldn't be included into others. This file only contains some
macros and functions that can be made `static inline`, so it is ok to
convert it into a header file.

This is the only occurrence of a C file being included in another one in
the codebase instead of using a header, other occurrences are a way of
achieving backwards-compatibility.

Functions therein have been qualified as `inline`.

Change-Id: I88fe300f6d85a7f0740ef14c9cb8fa54849218e6
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2017-04-18 10:36:02 +01:00
..
arm TZC: rename included C file to a header 2017-04-18 10:36:02 +01:00
auth mbedtls: Namespace TF specific macros 2017-03-22 15:30:05 +00:00
cadence/uart Add console_core_flush() in upstream platforms 2017-03-31 09:54:21 +01:00
console Add console_flush() to console API 2017-03-31 09:54:21 +01:00
delay_timer Implement generic delay timer 2016-05-20 15:29:30 +01:00
emmc Replace some memset call by zeromem 2017-02-06 17:01:39 +00:00
gpio gpio: support gpio set/get pull status 2016-05-27 09:39:56 +08:00
io Remove redundant assert 2017-02-22 11:09:58 +00:00
partition Replace some memset call by zeromem 2017-02-06 17:01:39 +00:00
synopsys/emmc drivers: add designware emmc driver 2017-01-23 22:08:45 +08:00
ti/uart Add console_core_flush() in upstream platforms 2017-03-31 09:54:21 +01:00