#ifndef __mpw_toolbox_h__
#define __mpw_toolbox_h__
namespace ToolBox
{
void dispatch(uint16_t trap);
}
#endif