source: edk_user_repository/WARP/sw_services/WARPxilnet_v3_00_a/src/xilnet_config.h

Last change on this file was 1740, checked in by chunter, 12 years ago

Updated Xilnet to work with TEMAC. Current commit does NOT work with EmacLite... Those changes are pending

File size: 643 bytes
Line 
1
2/*******************************************************************
3*
4* CAUTION: This file is automatically generated by libgen.
5* Version: Xilinx EDK 10.1.03 EDK_K_SP3.6
6* DO NOT EDIT.
7*
8* Copyright (c) 2005 Xilinx, Inc.  All rights reserved.
9*
10* Description: XilNet Configuration Parameters
11*
12*******************************************************************/
13
14#ifndef _XILNET_CONFIG_H
15#define _XILNET_CONFIG_H
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#define _CONFIG_EMACLITE_    1 // Use EmacLite Device
22
23#define MAX_TCP_CONNS    5  // maximum no of open tcp conns
24#define MAX_UDP_CONNS    5  // maximum no of open udp conns
25
26#endif
Note: See TracBrowser for help on using the repository browser.