17 lines
288 B
C
17 lines
288 B
C
|
|
|
|
#ifndef __STDEBUG_H__
|
|
#define __STDEBUG_H__
|
|
|
|
#include "config.h"
|
|
|
|
//-------------------------------------------------------------------------------
|
|
|
|
void OutStackInfo(int type, u32 stackaddr);
|
|
|
|
//-------------------------------------------------------------------------------
|
|
|
|
#endif
|
|
|
|
|