Newer
Older
arm-trusted-firmware / drivers / console / aarch32 / console.S
@Daniel Boulby Daniel Boulby on 21 Sep 2018 230 bytes console: Port Multi Console driver to AArch32
/*
 * 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