mirror of
https://github.com/encounter/tww.git
synced 2026-03-30 11:41:09 -07:00
13 lines
197 B
C++
13 lines
197 B
C++
#ifndef JASKERNELDEBUG_H
|
|
#define JASKERNELDEBUG_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
namespace JASystem {
|
|
namespace Kernel {
|
|
void stackInit(u64*, u32);
|
|
}
|
|
}
|
|
|
|
#endif /* JASKERNELDEBUG_H */
|