4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 09:43:30 +08:00

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

View File

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