index
:
Jobbed.git
master
modular
no-search
Jobbed RTOS for Raspberry Pi 2B
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
irq.h
blob: f0a265659c6064b6f744c804a0eba0ab2285c69b (
plain
)
1
2
3
4
5
6
#ifndef IRQ_H
#define IRQ_H
void
c_irq_handler
(
void
);
#endif