2018-11-27 14:28:40 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
2019-02-28 10:58:32 +08:00
|
|
|
#include <types.h>
|
2021-04-23 15:50:57 +08:00
|
|
|
#include <asm/irq.h>
|
2018-11-27 14:28:40 +08:00
|
|
|
|
|
|
|
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) {}
|