nwdev.h

来自「ks8695的ide硬盘程序」· C头文件 代码 · 共 70 行

H
70
字号
/*
******************************************************************************************
													
                     Copyright (c) 1999-2006 
                 Nanwang Multimedia Information CO. LTD.                			
                                                                           				
  PROPRIETARY RIGHTS of  Zhejiang Nanwang Multimedia Information  
  CO., LTD.are involved in the subject matter of this material.                   
  All manufacturing, reproduction, use, and sales rights pertaining to         
  this subject matter are governed by the license agreement. 		
                                                                              					
******************************************************************************************
******************************************************************************************
                                                                              					
 FILE NAME                                     VERSION             		       
                                                                             					
     NWDev.h					            
 ******************************************************************************************                                                                             					
 DESCRIPTION                                                                			
                                                                          					
     		
******************************************************************************************
AUTHOR                                                    				              
                                                                          					 
  youyan  ,embeded RTOS group		
******************************************************************************************  		                                     
 DATA STRUCTURES                                                                           
    None                                                                     				
******************************************************************************************                                                                         					
 FUNCTIONS                                                                    			                                                   					
      None                                                                    				
******************************************************************************************                                                                              					
 DEPENDENCIES                                                                 			                                                                            					
     ds12887Rtc.h                                                                				
******************************************************************************************                                                                             					
 HISTORY            		                                                          			                                                                           					
         NAME            DATE                    REMARKS                      		
 *****************************************************************************************                                                                             					
      youyan         2005-11-18 9:14      Created initial version 1.0     		
******************************************************************************************
*/

#ifndef _NWDEV_H
#define _NWDEV_H 

#if __cplusplus
extern "C" {
#endif

#undef NHV9110   

#undef DVS7010   

#define DVS7004   1

#define POWPC8250   1
#define ARMKS8695P  2

#define CPU_TYPE          ARMKS8695P

#define PCI_DSP_DM642  1
#define PCI_ATA    2


#if __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?