no-OS
platform_includes.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __PLATFORM_INCLUDES_H__
34 #define __PLATFORM_INCLUDES_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #ifdef XILINX_PLATFORM
40 #include "xilinx/parameters.h"
41 #include "xparameters.h"
42 #include <xil_cache.h>
43 #endif
44 
45 #endif /* __PLATFORM_INCLUDES_H__ */