Files
2023-10-23 00:05:05 -07:00

14 lines
212 B
C++

#ifndef JASPROBE_H
#define JASPROBE_H
#include "dolphin/types.h"
namespace JASystem {
namespace Kernel {
void probeStart(s32, char*);
void probeFinish(s32);
}
}
#endif /* JASPROBE_H */