diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-29 22:53:46 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-05 06:04:53 +0900 |
commit | 35f8aad6128b05bae4cbdab3dca68724482daa3d (patch) | |
tree | 48067cee67f6feaa3899f6c0b6bf434f380860e5 /Makefrag.am | |
parent | 07b0148ff9148b07d3d100e4a57c3a5fc873029d (diff) | |
download | gnumach-35f8aad6128b05bae4cbdab3dca68724482daa3d.tar.gz gnumach-35f8aad6128b05bae4cbdab3dca68724482daa3d.tar.bz2 gnumach-35f8aad6128b05bae4cbdab3dca68724482daa3d.zip |
kern: new header file exception.h
* Makefrag.am: Include kern/exception.h.
* i386/i386/trap.c: Include kern/exception.h.
(exception, thread_exception_return): Remove forward declarations.
* kern/exception.c: Include kern/exception.h.
(exception, exception_try_task, exception_no_server, exception_raise, exception_parse_reply, exception_raise_continue, exception_raise_continue_slow, exception_raise_continue_fast): Remove forward declarations.
* kern/exception.h: New file.
Add copyright.
[_KERN_EXCEPTION_H_]: Add ifndef.
(exception, exception_try_task, exception_no_server, exception_raise, exception_parse_reply, exception_raise_continue, exception_raise_continue_slow, exception_raise_continue_fast): Add prototypes.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am index 93481476..2e08df1c 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -143,6 +143,7 @@ libkernel_a_SOURCES += \ kern/eventcount.c \ kern/eventcount.h \ kern/exception.c \ + kern/exception.h \ kern/host.c \ kern/host.h \ kern/ipc_host.c \ |