]> Git Repo - qemu.git/blame - hw/arm_pic.h
Sparc64 update
[qemu.git] / hw / arm_pic.h
CommitLineData
cdbdb648
PB
1/*
2 * Generic ARM Programmable Interrupt Controller support.
3 *
4 * Copyright (c) 2006 CodeSourcery.
5 * Written by Paul Brook
6 *
7 * This code is licenced under the LGPL.
8 *
9 * Arm hardware uses a wide variety of interrupt handling hardware.
10 * This provides a generic framework for connecting interrupt sources and
11 * inputs.
12 */
13
14#ifndef ARM_INTERRUPT_H
15#define ARM_INTERRUPT_H 1
16
cdbdb648
PB
17/* The CPU is also modeled as an interrupt controller. */
18#define ARM_PIC_CPU_IRQ 0
19#define ARM_PIC_CPU_FIQ 1
d537cf6c 20qemu_irq *arm_pic_init_cpu(CPUState *env);
cdbdb648
PB
21
22#endif /* !ARM_INTERRUPT_H */
23
This page took 0.049482 seconds and 4 git commands to generate.