2005-06-17 Joel Sherrill <joel@OARcorp.com>

* mpc5xx/vectors/vectors.h: Add hack to avoid warning.
This commit is contained in:
Joel Sherrill
2005-06-17 14:34:22 +00:00
parent 18ec73e308
commit 6fdd3b1070

View File

@@ -151,6 +151,10 @@ typedef void rtems_exception_handler_t (CPU_Exception_frame* excPtr);
*/
extern rtems_exception_handler_t* exception_handler_table[NUM_EXCEPTIONS];
/* for compatability -- XXX remove */
typedef rtems_exception_handler_t *cpuExcHandlerType;
extern cpuExcHandlerType *globalExceptHdl;
#endif /* ASM */
#endif /* _LIBCPU_VECTORS_H */