git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
aac99d9572b442399134b1f3763742147def1675
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
includes
/
sys
/
int_handler.h
1
#ifndef __LUNAIX_INT_HANDLER_H
2
#define __LUNAIX_INT_HANDLER_H
3
4
void
5
exception_install_handler();
6
7
void
8
intr_routine_init();
9
10
#endif /* __LUNAIX_INT_HANDLER_H */