Subversion Repositories HelenOS

Rev

Rev 2298 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2298 Rev 2304
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (c) 2007 Michal Kebrt
2
 * Copyright (c) 2007 Michal Kebrt, Petr Stepan
3
 * Copyright (c) 2007 Petr Stepan
-
 
4
 *
3
 *
5
 * All rights reserved.
4
 * All rights reserved.
6
 *
5
 *
7
 * Redistribution and use in source and binary forms, with or without
6
 * Redistribution and use in source and binary forms, with or without
8
 * modification, are permitted provided that the following conditions
7
 * modification, are permitted provided that the following conditions
Line 106... Line 105...
106
}
105
}
107
 
106
 
108
extern void setup_exception_stacks(void);
107
extern void setup_exception_stacks(void);
109
extern void install_exception_handlers(void);
108
extern void install_exception_handlers(void);
110
extern void exception_init(void);
109
extern void exception_init(void);
-
 
110
extern void print_istate(istate_t *istate);
111
 
111
 
112
#endif
112
#endif
113
 
113
 
114
/** @}
114
/** @}
115
 */
115
 */