X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=test%2Fgeekos_test_vm%2Finclude%2Fgeekos%2Ftrap.h;fp=test%2Fgeekos_test_vm%2Finclude%2Fgeekos%2Ftrap.h;h=73c28b8bc1c95742b86d3de3fd8bad0f27e7bf7d;hp=0000000000000000000000000000000000000000;hb=a70930549d1b741704dd7af4e6bb0e89f6f8a519;hpb=afb634a80f946634454a5d067a92aa600227bd93 diff --git a/test/geekos_test_vm/include/geekos/trap.h b/test/geekos_test_vm/include/geekos/trap.h new file mode 100644 index 0000000..73c28b8 --- /dev/null +++ b/test/geekos_test_vm/include/geekos/trap.h @@ -0,0 +1,15 @@ +/* + * Trap handlers + * Copyright (c) 2001, David H. Hovemeyer + * $Revision: 1.1 $ + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "COPYING". + */ + +#ifndef GEEKOS_TRAP_H +#define GEEKOS_TRAP_H + +void Init_Traps(void); + +#endif /* GEEKOS_TRAP_H */