mpw/toolbox/toolbox.h
2013-02-06 23:44:12 -05:00

6 lines
100 B
C

#ifndef __mpw_toolbox_h__
#define __mpw_toolbox_h__
extern "C" void toolbox(uint16_t trap);
#endif