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: 040303889b5149ba3c85b262cc9920c5481558cc (
plain
)
1
2
3
4
5
6
#ifndef CPU_IRQ_H
#define CPU_IRQ_H
void
c_irq_handler
(
void
);
#endif