e37841018f6a72cb87687225dcd3f7f26280319d
[pintos-anon] / src / userprog / exception.h
1 #ifndef USERPROG_EXCEPTION_H
2 #define USERPROG_EXCEPTION_H
3
4 void exception_init (void);
5
6 #endif /* userprog/exception.h */