mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-23 12:32:12 +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
|