mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-24 03:34:42 +00:00
6 lines
100 B
C
6 lines
100 B
C
|
#ifndef __mpw_toolbox_h__
|
||
|
#define __mpw_toolbox_h__
|
||
|
|
||
|
extern "C" void toolbox(uint16_t trap);
|
||
|
|
||
|
#endif
|