?? myglobals.c
字號:
// MyGlobals.c
//////////////////////////////////////////////////////////////////////////////
////
//// Copyright (c) 2003, Valley Technologies, Inc.
//// All rights reserved.
////
//////////////////////////////////////////////////////////////////////////////
////
//// $Header $
////
//// $ReleaseClass: src $
////
//// Original Author : ebersole
//// Most Recent Contributing $Author: ebersole $
////
//////////////////////////////////////////////////////////////////////////////
////
//// This file contains the global variables used in the Exhibit #2
//// Application.
////
//// DSP/BIOS 4.90.270 06-11-03 (barracuda-m10)
//// DDK 1.10.00.23 07-02-03 (ddk-b12)
////
//////////////////////////////////////////////////////////////////////////////
//############################################################################
// Header/Include Files
//############################################################################
#include "Dm642Appcfg.h"
#include "MyGlobals.h"
//############################################################################
// Global Variables
//############################################################################
tMyPciXferInfo g_oXferInfo;
tMyBufInfo g_oBufInfo;
Ptr g_pMyGio;
//############################################################################
// End-Of-File
//############################################################################
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -