summaryrefslogtreecommitdiff
path: root/include/JSystem/JAudio/JASKernelDebug.h
blob: 290d28f8b32e26b60524174dd3c0dd07468ebc2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef JASKERNELDEBUG_H
#define JASKERNELDEBUG_H

#include "dolphin/types.h"

namespace JASystem {
    namespace Kernel {
        void stackInit(u64*, u32);
    }
}

#endif /* JASKERNELDEBUG_H */