Files
Linux_Drivers/fsbl/include/cpu/riscv/cpu_helper.h
sam.xiang 4bc998a131 [fsbl] add fsbl for cv181x/cv180x
Change-Id: I6809bc5016d4bc148f62be2ed3f8e928ec111f19
2023-03-10 20:33:00 +08:00

12 lines
177 B
C

#ifndef __CPU_HELP_H__
#define __CPU_HELP_H__
#ifndef __ASSEMBLY__
#include <stdint.h>
#include <riscv/arch_helpers.h>
#endif /* __ASSEMBLY__ */
#endif /* __CPU_HELP_H__ */