1
0
mirror of https://github.com/projectacrn/acrn-hypervisor.git synced 2025-09-07 03:40:27 +00:00
Files
.travis-dockerfiles
devicemodel
doc
efi-stub
hypervisor
arch
boot
bsp
common
debug
dm
hw
include
lib
release
Makefile
console.c
dump.c
hypercall.c
logmsg.c
npk_log.c
profiling.c
trace.c
vuart.c
scenarios
scripts
Kconfig
MAINTAINERS
Makefile
README.rst
scripts
tools
.checkpatch.conf
.gitignore
.travis.yml
CODEOWNERS
LICENSE
Makefile
README.rst
VERSION
Mingqiang Chi e38ff18be3 hv:cleanup header files for release folder
cleanup release folder, only include some necessary
header files,doesn't include hypervisor.h

Tracked-On: 
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>

	modified:   release/console.c
	modified:   release/dump.c
	modified:   release/hypercall.c
	modified:   release/logmsg.c
	modified:   release/npk_log.c
	modified:   release/profiling.c
	modified:   release/trace.c
	modified:   release/vuart.c
2019-02-28 12:52:36 +08:00

12 lines
308 B
C

/*
* Copyright (C) 2018 Intel Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <types.h>
#include <irq.h>
void dump_intr_excp_frame(__unused const struct intr_excp_ctx *ctx) {}
void dump_exception(__unused struct intr_excp_ctx *ctx, __unused uint16_t pcpu_id) {}