standalone : Included xil_types.h in xil_assert.h.

This patch includes the xil_types.h in missing header files like xil_assert.h,sleep.h, xil_testcache.h and xpseudo_asm_gcc.h.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This commit is contained in:
Venkata Naga Sai Krishna Kolapalli 2014-12-12 08:58:34 +05:30 committed by Nava kishore Manne
parent 1121ebabaf
commit 800c8793fb
5 changed files with 10 additions and 1 deletions

View file

@ -60,6 +60,8 @@
#ifndef XIL_ASSERT_H /* prevent circular inclusions */
#define XIL_ASSERT_H /* by using protection macros */
#include "xil_types.h"
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -73,6 +73,8 @@
#include "xreg_cortexr5.h"
#endif
#include "xil_types.h"
extern void xil_printf(const char8 *ctrl1, ...);
#define DATA_LENGTH 128

View file

@ -56,6 +56,8 @@
#ifndef XIL_TESTCACHE_H /* prevent circular inclusions */
#define XIL_TESTCACHE_H /* by using protection macros */
#include "xil_types.h"
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -63,6 +63,8 @@
/***************************** Include Files ********************************/
#include "xil_types.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

View file

@ -29,11 +29,12 @@
* this Software without prior written authorization from Xilinx.
*
******************************************************************************/
#include "xil_types.h"
#ifndef SLEEP_H
#define SLEEP_H
#include "xil_types.h"
#ifdef __cplusplus
extern "C" {
#endif