📄 runway.h
字号:
/* * File: $RCSfile: runway.h,v $ * Project: PixelFlow * Created: 94/11/29 * RespEngr: tony bennett * Revision: $Revision: 1.1 $ * Last Mod: $Date: 1999/11/09 02:32:37 $ * * Description: * definitions specific to the runway bus * * TODO: * Add lots more. * * $Id: runway.h,v 1.1 1999/11/09 02:32:37 joel Exp $ */#ifndef _INCLUDE_RUNWAY_H#define _INCLUDE_RUNWAY_H#ifdef __cplusplusextern "C" {#endif#define HPPA_RUNWAY_PROC_HPA_BASE ((void *) 0xFFFA0000)/* given a processor number, where is its HPA? */#define HPPA_RUNWAY_HPA(cpu) \ ((rtems_unsigned32) (HPPA_RUNWAY_PROC_HPA_BASE + ((cpu) * 0x2000)))#define HPPA_RUNWAY_REG_IO_EIR_OFFSET 0x000#ifdef __cplusplus}#endif#endif /* ! _INCLUDE_RUNWAY_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -