TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-A
/
trusted-firmware-a
/
200006df540fe2137f9779a00a54e5a2bc22163f
/
.
/
drivers
/
console
/
aarch32
/
console.S
blob: f909609469a849a0667ebf0d925b42b039a28e95 [
file
] [
log
] [
blame
]
/*
*
Copyright
(
c
)
2016-2017
,
ARM Limited and Contributors. All rights reserved.
*
*
SPDX
-
License
-
Identifier
:
BSD
-3
-
Clause
*/
#if MULTI_CONSOLE_API
#include "multi_console.S"
#else
#include "deprecated_console.S"
#endif