vmdata.c

来自「vxworks源码源码解读是学习vxworks的最佳途径」· C语言 代码 · 共 26 行

C
26
字号
/* vmData.c - data exported by either vmLib or vmBaseLib *//* Copyright 1984-1993 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01b,18nov93,edm  changed BOOL mmuPhysAddrShifted to int mmuPhysAddrShift.01a,05apr93,edm  written.    26apr93,ccc  SPECIAL for sunec.*//* This file merely declares the data exported by both vmLib and vmBaseLib.The data is required to be here, and not in either vmLib or vmBaseLib, sothat the proper level of MMU support is extracted from the library filelinked in the BSP directories.SEE ALSO: vmLib, vmBaseLib, vmShow, mmuLib*/#include "vxWorks.h"int mmuPhysAddrShift = 0;                    /* may be altered by mmuLib.c */

⌨️ 快捷键说明

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