mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
10 lines
114 B
C++
10 lines
114 B
C++
#ifndef __mpw_toolbox_h__
|
|
#define __mpw_toolbox_h__
|
|
|
|
namespace ToolBox
|
|
{
|
|
void dispatch(uint16_t trap);
|
|
}
|
|
|
|
|
|
#endif |