mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
hv:Delete serial files
Delete 3 serial files Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> deleted: debug/serial.c deleted: debug/serial_internal.h deleted: include/debug/serial.h
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef SERIAL_H
|
||||
#define SERIAL_H
|
||||
|
||||
#ifdef HV_DEBUG
|
||||
int serial_init(void);
|
||||
void uart16550_set_property(int enabled, int port_mapped, uint64_t base_addr);
|
||||
#else
|
||||
static inline int serial_init(void) { return 0; }
|
||||
static inline void uart16550_set_property(__unused int enabled,
|
||||
__unused int port_mapped,
|
||||
__unused uint64_t base_addr)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user