SPI_Test/tb/chip_top/csrc/rmar.h

19 lines
212 B
C
Raw Permalink Normal View History

2024-06-25 16:41:01 +08:00
#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