]> git.sur5r.net Git - freertos/blob - Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/src/intc_header.h
Add autogenerated test source code to the new MicroBlaze project.
[freertos] / Demo / MicroBlaze_Spartan-6_EthernetLite / SDKProjects / RTOSDemoSource / src / intc_header.h
1 #define TESTAPP_GEN
2 \r
3 /* $Id: intc_header.h,v 1.1.4.1 2010/09/17 05:32:46 svemula Exp $ */\r
4 /******************************************************************************\r
5 *\r
6 * (c) Copyright 2006-2009 Xilinx, Inc. All rights reserved.\r
7 *\r
8 * This file contains confidential and proprietary information of Xilinx, Inc.\r
9 * and is protected under U.S. and international copyright and other\r
10 * intellectual property laws.\r
11 *\r
12 * DISCLAIMER\r
13 * This disclaimer is not a license and does not grant any rights to the\r
14 * materials distributed herewith. Except as otherwise provided in a valid\r
15 * license issued to you by Xilinx, and to the maximum extent permitted by\r
16 * applicable law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND WITH ALL\r
17 * FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS,\r
18 * IMPLIED, OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF\r
19 * MERCHANTABILITY, NON-INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE;\r
20 * and (2) Xilinx shall not be liable (whether in contract or tort, including\r
21 * negligence, or under any other theory of liability) for any loss or damage\r
22 * of any kind or nature related to, arising under or in connection with these\r
23 * materials, including for any direct, or any indirect, special, incidental,\r
24 * or consequential loss or damage (including loss of data, profits, goodwill,\r
25 * or any type of loss or damage suffered as a result of any action brought by\r
26 * a third party) even if such damage or loss was reasonably foreseeable or\r
27 * Xilinx had been advised of the possibility of the same.\r
28 *\r
29 * CRITICAL APPLICATIONS\r
30 * Xilinx products are not designed or intended to be fail-safe, or for use in\r
31 * any application requiring fail-safe performance, such as life-support or\r
32 * safety devices or systems, Class III medical devices, nuclear facilities,\r
33 * applications related to the deployment of airbags, or any other applications\r
34 * that could lead to death, personal injury, or severe property or\r
35 * environmental damage (individually and collectively, "Critical\r
36 * Applications"). Customer assumes the sole risk and liability of any use of\r
37 * Xilinx products in Critical Applications, subject only to applicable laws\r
38 * and regulations governing limitations on product liability.\r
39 *\r
40 * THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS PART OF THIS FILE\r
41 * AT ALL TIMES.\r
42 *\r
43 ******************************************************************************/\r
44 #ifndef INTC_HEADER_H           /* prevent circular inclusions */\r
45 #define INTC_HEADER_H           /* by using protection macros */\r
46 \r
47 #include "xil_assert.h"\r
48 #include "xil_types.h"\r
49 #include "xstatus.h"\r
50 \r
51 int IntcSelfTestExample(u16 DeviceId);\r
52 int IntcInterruptSetup(XIntc *IntcInstancePtr, u16 DeviceId);\r
53 \r
54 #endif\r
55 \r