10 lines
183 B
C
10 lines
183 B
C
|
/*
|
||
|
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*/
|
||
|
|
||
|
#include <types.h>
|
||
|
|
||
|
void uart16550_init(__unused bool early_boot) {}
|