optical/NxFuncs/stdebug/stdebug.h
2025-09-04 09:45:08 +08:00

17 lines
288 B
C

#ifndef __STDEBUG_H__
#define __STDEBUG_H__
#include "config.h"
//-------------------------------------------------------------------------------
void OutStackInfo(int type, u32 stackaddr);
//-------------------------------------------------------------------------------
#endif