f903052f42
For the 2 SoCs without a vendor, put them into a generic qemu folder Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
13 lines
281 B
C
13 lines
281 B
C
/*
|
|
* Copyright (c) 2020, 2021 Antony Pavlov <antonynpavlov@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __QEMU_MALTA_SOC_H__
|
|
#define __QEMU_MALTA_SOC_H__
|
|
|
|
#define MIPS_MACHINE_TIMER_IRQ 7 /* Machine Timer Interrupt */
|
|
|
|
#endif /* __QEMU_MALTA_SOC_H__ */
|