armOS
0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
irq.h
Go to the documentation of this file.
1
9
#ifndef IRQ_H
10
#define IRQ_H
11
16
void
enable_interrupt_controller
();
17
18
#ifdef AARCH_32
19
24
void
show_invalid_entry_message
(
int
type);
25
#elif AARCH_64
26
35
void
show_invalid_entry_message
(
int
type,
unsigned
long
esr, \
36
unsigned
long
address);
37
#endif
38
47
void
handle_irq
();
48
51
#endif
show_invalid_entry_message
void show_invalid_entry_message(int type, unsigned long esr, unsigned long address)
enable_interrupt_controller
void enable_interrupt_controller()
Definition:
irq.c:56
handle_irq
void handle_irq()
Definition:
irq.c:82
include
kernel
irq.h
Generated by
1.8.17