?? evmdm642_pci.h
字號:
/*
* Copyright 2003 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* ======== evmdm642_pci.h ========
*
* Interface for PCI functions on the EVMDM642 board
*/
#ifndef EVMDM642_PCI_
#define EVMDM642_PCI_
#ifdef __cplusplus
extern "C" {
#endif
#include <csl.h>
#include <csl_pci.h>
#define EVMDM642_PCI_CONFIGREGS 13
/* Initialize the LEDs */
Int16 EVMDM642_PCI_config(Uint16 *config);
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -