fixed possible errors when using xil_cache.h

This commit is contained in:
Wang-Huachen 2021-06-08 19:28:08 +08:00
parent 0949986cf1
commit e029953bc0
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef XIL_CACHE_H
#define XIL_CACHE_H
#include <rthw.h>
#ifdef __cplusplus
extern "C" {
#endif