X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=misc%2Ftest_vm%2Finclude%2Fgeekos%2Ftrap.h;fp=misc%2Ftest_vm%2Finclude%2Fgeekos%2Ftrap.h;h=73c28b8bc1c95742b86d3de3fd8bad0f27e7bf7d;hb=ddc16b0737cf58f7aa90a69c6652cdf4090aec51;hp=0000000000000000000000000000000000000000;hpb=626595465a2c6987606a6bc697df65130ad8c2d3;p=palacios.releases.git diff --git a/misc/test_vm/include/geekos/trap.h b/misc/test_vm/include/geekos/trap.h new file mode 100644 index 0000000..73c28b8 --- /dev/null +++ b/misc/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 */