mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +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 |