1 /*
2  * Copyright (C) 2018-2022 Intel Corporation.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <types.h>
8 #include <asm/irq.h>
9 
dump_intr_excp_frame(__unused const struct intr_excp_ctx * ctx)10 void dump_intr_excp_frame(__unused const struct intr_excp_ctx *ctx) {}
dump_exception(__unused struct intr_excp_ctx * ctx,__unused uint16_t pcpu_id)11 void dump_exception(__unused struct intr_excp_ctx *ctx, __unused uint16_t pcpu_id) {}
12