acrn-hypervisor/hypervisor/release
Gao, Shiqing 9d7f14e783 hv: release: fix the compilation error
This patch fixes the following compilation error when including
`release/uart16550.c` into the module test.

./release/uart16550.c:14:6: error: conflicting types for ‘get_pio_dbg_uart_cfg’; have ‘bool(uint64_t *, uint64_t *)’ {aka ‘_Bool(long unsigned int *, long unsigned int *)’}
   14 | bool get_pio_dbg_uart_cfg(__unused uint64_t *pio_address, __unused uint64_t *nbytes) {
      |      ^~~~~~~~~~~~~~~~~~~~

./include/debug/uart16550.h:142:6: note: previous declaration of ‘get_pio_dbg_uart_cfg’ with type ‘bool(uint16_t *, uint32_t *)’ {aka ‘_Bool(short unsigned int *, unsigned int *)’}
  142 | bool get_pio_dbg_uart_cfg(uint16_t *pio_address, uint32_t *nbytes);
      |      ^~~~~~~~~~~~~~~~~~~~

Tracked-On: #861

Signed-off-by: Gao, Shiqing <shiqing.gao@intel.com>
2024-09-18 15:57:33 +08:00
..
Makefile HV: makefile: to avoid duplicated build libs 2020-05-21 15:12:21 +08:00
console.c hv: add param to control INIT used to kick pCPU 2022-09-26 13:28:02 +08:00
dump.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
hypercall.c hv: extend sbuf hypercall 2022-09-27 10:26:42 +08:00
logmsg.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
npk_log.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
profiling.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sbuf.c hv: fix compile issue in release mode 2022-10-21 14:24:02 +08:00
trace.c release: fix the compilation error in release mode 2024-07-03 11:26:01 +08:00
uart16550.c hv: release: fix the compilation error 2024-09-18 15:57:33 +08:00