Move user exception support into userprog.
[pintos-anon] / src / userprog / exception.h
diff --git a/src/userprog/exception.h b/src/userprog/exception.h
new file mode 100644 (file)
index 0000000..37b6142
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef HEADER_EXCEPTION_H
+#define HEADER_EXCEPTION_H 1
+
+void exception_init (void);
+
+#endif /* exception.h */