2019-07-24 17:50:27 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <types.h>
|
2019-12-05 19:35:23 +08:00
|
|
|
#include <pci.h>
|
2019-07-24 17:50:27 +08:00
|
|
|
|
|
|
|
void uart16550_init(__unused bool early_boot) {}
|