Move user exception support into userprog.
[pintos-anon] / src / userprog / exception.h
1 #ifndef HEADER_EXCEPTION_H
2 #define HEADER_EXCEPTION_H 1
3
4 void exception_init (void);
5
6 #endif /* exception.h */