X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fuserprog%2Fexception.h;h=f1a1537b99edbfa05b93d21afb3ba2d5f3623dc8;hb=ad3d6b23597a3ab6707e89355122a04499289965;hp=37b6142e22450ff07a7669f4ead8aaaed4cd425d;hpb=6c5c6fdfe80bad40c90c19b67f00226610d59a38;p=pintos-anon diff --git a/src/userprog/exception.h b/src/userprog/exception.h index 37b6142..f1a1537 100644 --- a/src/userprog/exception.h +++ b/src/userprog/exception.h @@ -1,6 +1,7 @@ -#ifndef HEADER_EXCEPTION_H -#define HEADER_EXCEPTION_H 1 +#ifndef USERPROG_EXCEPTION_H +#define USERPROG_EXCEPTION_H void exception_init (void); +void exception_print_stats (void); -#endif /* exception.h */ +#endif /* userprog/exception.h */