aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/console/aarch32/console.S
blob: f909609469a849a0667ebf0d925b42b039a28e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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