mpw/toolbox/toolbox.h
2013-02-07 19:21:47 -05:00

10 lines
114 B
C++

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