mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 15:01:33 -04: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 */
|