Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
machvec_hpzx1.h
Package: linux-2.4.20.tar.gz [view]
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 2k
Category:
Linux-Unix program
Development Platform:
Unix_Linux
- #ifndef _ASM_IA64_MACHVEC_HPZX1_h
- #define _ASM_IA64_MACHVEC_HPZX1_h
- extern ia64_mv_setup_t dig_setup;
- extern ia64_mv_pci_fixup_t hpzx1_pci_fixup;
- extern ia64_mv_pci_enable_device_t sba_enable_device;
- extern ia64_mv_map_nr_t map_nr_dense;
- extern ia64_mv_pci_alloc_consistent sba_alloc_consistent;
- extern ia64_mv_pci_free_consistent sba_free_consistent;
- extern ia64_mv_pci_map_single sba_map_single;
- extern ia64_mv_pci_unmap_single sba_unmap_single;
- extern ia64_mv_pci_map_sg sba_map_sg;
- extern ia64_mv_pci_unmap_sg sba_unmap_sg;
- extern ia64_mv_pci_dma_address sba_dma_address;
- extern ia64_mv_pci_dma_supported sba_dma_supported;
- /*
- * This stuff has dual use!
- *
- * For a generic kernel, the macros are used to initialize the
- * platform's machvec structure. When compiling a non-generic kernel,
- * the macros are used directly.
- */
- #define platform_name "hpzx1"
- #define platform_setup dig_setup
- #define platform_pci_fixup hpzx1_pci_fixup
- #define platform_pci_enable_device sba_enable_device
- #define platform_map_nr map_nr_dense
- #define platform_pci_dma_init ((ia64_mv_pci_dma_init *) machvec_noop)
- #define platform_pci_alloc_consistent sba_alloc_consistent
- #define platform_pci_free_consistent sba_free_consistent
- #define platform_pci_map_single sba_map_single
- #define platform_pci_unmap_single sba_unmap_single
- #define platform_pci_map_sg sba_map_sg
- #define platform_pci_unmap_sg sba_unmap_sg
- #define platform_pci_dma_sync_single ((ia64_mv_pci_dma_sync_single *) machvec_noop)
- #define platform_pci_dma_sync_sg ((ia64_mv_pci_dma_sync_sg *) machvec_noop)
- #define platform_pci_dma_address sba_dma_address
- #define platform_pci_dma_supported sba_dma_supported
- #endif /* _ASM_IA64_MACHVEC_HPZX1_h */