?? low_api.h
字號(hào):
//***********************************************************************/
// Author : Garry
// Original Date : Sep,02 2005
// Module Name : LOW_API.H
// Module Funciton :
// This file contains low level API called by some special
// applications.
// In our current's implementation,we integrated a real time
// testing engine in the OS kernel,this real time testing
// uses these low level API to complete itself's function.
// The following class of function can be achieved by calling
// the low level API:
// 1. Send a packet in network layer;
// 2. Send a frame in link layer directly;
// 3. Receive link layer frames directly;
// 4. ...
//
// Last modified Author :
// Last modified Date :
// Last modified Content :
// 1.
// 2.
// Lines number :
//***********************************************************************/
#ifndef __LOW_API_H__
#define __LOW_API_H__
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -