// ---------------------------------------------------------------------------
//  Hyper Operating System V4  ե졼                           
//    HOS_INT_STK API ν                                              
//                                                                            
//                                    Copyright (C) 1998-2002 by Project HOS  
//                                    http://sourceforge.jp/projects/hos/     
// ---------------------------------------------------------------------------


#ifndef __HOSV4CFG_IntStack_h__
#define __HOSV4CFG_IntStack_h__


#include "apidef.h"
#include "parpack.h"


// HOS_KERNEL_HEAP 
class CApiIntStack : public CApiDef
{
public:
	CApiIntStack();		// 󥹥ȥ饯
	~CApiIntStack();		// ǥȥ饯

	int   AnalyzeApi(const char* pszApiName, const char* pszParams);	// APIβ
	int   AutoId(void);
	void  WriteCfgDef(FILE* fp);		// cfgե񤭽Ф
};


#endif	// __HOSV4CFG_IntStack_h__


// ---------------------------------------------------------------------------
//  Copyright (C) 1998-2002 by Project HOS                                    
// ---------------------------------------------------------------------------
