| 1 | /* |
| 2 | * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0-or-later |
| 5 | */ |
| 6 | |
| 7 | #ifndef HEXSWI_H |
| 8 | #define HEXSWI_H |
| 9 | |
| 10 | |
| 11 | #include "cpu.h" |
| 12 | |
| 13 | void hexagon_cpu_do_interrupt(CPUState *cpu); |
| 14 | void register_trap_exception(CPUHexagonState *env, int type, int imm, |
| 15 | uint32_t PC); |
| 16 | |
| 17 | #endif /* HEXSWI_H */ |