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