Print statistics at power off.
[pintos-anon] / src / userprog / exception.h
1 #ifndef USERPROG_EXCEPTION_H
2 #define USERPROG_EXCEPTION_H
3
4 void exception_init (void);
5 void exception_print_stats (void);
6
7 #endif /* userprog/exception.h */