repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libc: add clock_settime() system call.
[minix3.git]
/
kernel
/
interrupt.h
blob
a93c8f3d7a1271cd3fbd4ab1f6bc20dc74edfb41
1
#ifndef __INTERRUPT_H__
2
#define __INTERRUPT_H__
3
4
#include
"hw_intr.h"
5
6
#endif
/* __INTERRUPT_H__ */