📄 lan91c96api.h
字号:
/********************************************************************************** COPYRIGHT (C) 2000, 2001 Intel Corporation.**** This software as well as the software described in it is furnished under ** license and may only be used or copied in accordance with the terms of the ** license. The information in this file is furnished for informational use ** only, is subject to change without notice, and should not be construed as ** a commitment by Intel Corporation. Intel Corporation assumes no ** responsibility or liability for any errors or inaccuracies that may appear ** in this document or any software that may be provided in association with ** this document. ** Except as permitted by such license, no part of this document may be ** reproduced, stored in a retrieval system, or transmitted in any form or by ** any means without the express written consent of Intel Corporation. **** FILENAME: lan91c96I.h**** PURPOSE: This is the main header file needed to interface to the** LAN91C96 device driver. It contains all the information** needed for the LAN91C96 device. This header file includes** all other device driver header files and is common for all** platforms.**** LAST MODIFIED: $Modtime: 8/20/01 1:40p $******************************************************************************/#ifndef _lan91c96API_h#define _lan91c96API_h#define UINT32 cyg_uint32#define PVUINT32 volatile cyg_uint32 *#define UINT16 cyg_uint16#define UINT cyg_uint32#define UCHAR char#define PUCHAR char *#define PCHAR char *#define PVOID void *#define BOOL cyg_bool#define VOID void#define INT cyg_int32#define PUINT16 UINT16 *#define PINT cyg_int32 *#define FALSE false#define TRUE true#define DM_Printf printf#define LAN91C96 LAN91C96_ContextT/********************************************************************************* HEADER FILES********************************************************************************/#include "lan91c96DCS.h" // Include the DCS definitions#include "lan91c96Platform.h" // Include the platform definitions#endif /* _lan91c96API_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -