This commit is contained in:
Jcw87
2023-10-22 14:10:18 -07:00
parent 73a595b83c
commit 1b7db29f53
3 changed files with 17 additions and 10 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef JASPROBE_H
#define JASPROBE_H
#include "dolphin/types.h"
namespace JASystem {
namespace Kernel {
void probeStart(s32, char*);
void probeFinish(s32);
}
}
#endif /* JASPROBE_H */