This commit is contained in:
Core_kingdom
2025-08-06 13:42:13 +08:00
commit 163d200aae
345 changed files with 32786 additions and 0 deletions

18
sim/csrc/rmar.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef _RMAR1_H_
#define _RMAR1_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __DO_RMAHDR_
#include "rmar0.h"
#endif /*__DO_RMAHDR_*/
extern UP rmaFunctionRtlArray[];
#ifdef __cplusplus
}
#endif
#endif