fixed possible errors when using xil_cache.h
This commit is contained in:
parent
0949986cf1
commit
e029953bc0
|
@ -1,6 +1,8 @@
|
|||
#ifndef XIL_CACHE_H
|
||||
#define XIL_CACHE_H
|
||||
|
||||
#include <rthw.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue