?? diag.h
字號:
/* diag.h - Diagnostic test header */
/* Copyright 2002 TAEBAEK Soft Corp. */
/*
modification history
--------------------
01a,08feb02,jmLee created.
*/
#ifndef INCdiagh
#define INCdiagh
typedef struct ether_header ETH_HDR;
/* Forward Declarations */
IMPORT STATUS s3c2510DiagMemFind(UINT32 var);
IMPORT STATUS s3c2510DiagEthMem(void);
IMPORT STATUS s3c2510DiagSysMem(int loop);
IMPORT STATUS s3c2510DiagEth(int unit, int length, int repeat);
IMPORT STATUS s3c2510DiagEth2(int unit1, int unit2, int length, int repeat);
/*
IMPORT STATUS s3c2510DiagSarMem(void);
IMPORT STATUS s3c2510DiagSar(int unit, int length, int repeat);
*/
/* Helper Macros */
#define ETH_DRV_INIT s3c2510EthInit
#define ETH_DRV_LOOP_SET s3c2510EthLoopSet
#define ETH_DRV_START s3c2510EthStart
#define ETH_DRV_STOP s3c2510EthStop
#define ETH_DRV_POLL_START s3c2510EthPollStart
#define ETH_DRV_POLL_STOP s3c2510EthPollStop
#define ETH_DRV_RBD_GET s3c2510EthRbdGet
#define ETH_DRV_RBD_FREE s3c2510EthRbdFree
#define ETH_DRV_RBD_CHECK s3c2510EthRbdCheck
#define ETH_DRV_TBD_GET s3c2510EthTbdGet
#define ETH_DRV_TBD_FREE s3c2510EthTbdFree
#define ETH_DRV_TBD_START s3c2510EthTbdStart
#define ETH_DRV_TBD_CHECK s3c2510EthTbdCheck
#define ETH_DRV_RBD_PROCESS s3c2510EthRbdProcess
#define ETH_DRV_TBD_PROCESS s3c2510EthTbdProcess
/*
#define SAR_DRV_INIT s3c2510SarInit
#define SAR_DRV_LOOP_SET s3c2510SarLoopSet
#define SAR_DRV_START s3c2510SarStart
#define SAR_DRV_STOP s3c2510SarStop
#define SAR_DRV_POLL_START s3c2510SarPollStart
#define SAR_DRV_POLL_STOP s3c2510SarPollStop
#define SAR_DRV_RBD_GET s3c2510SarRbdGet
#define SAR_DRV_RBD_FREE s3c2510SarRbdFree
#define SAR_DRV_RBD_CHECK s3c2510SarRbdCheck
#define SAR_DRV_TBD_GET s3c2510SarTbdGet
#define SAR_DRV_TBD_FREE s3c2510SarTbdFree
#define SAR_DRV_TBD_START s3c2510SarTbdStart
#define SAR_DRV_TBD_CHECK s3c2510SarTbdCheck
#define SAR_DRV_RBD_PROCESS s3c2510SarRbdProcess
#define SAR_DRV_TBD_PROCESS s3c2510SarTbdProcess
*/
#endif /* INCdiagh */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -