ncr710.h
来自「vxworks源码源码解读是学习vxworks的最佳途径」· C头文件 代码 · 共 25 行
H
25 行
/* ncr710.h - NCR 710 Script SCSI Controller header file *//* Copyright 1984-1994 Wind River Systems, Inc. *//*modification history--------------------01a,21oct94,jds Created for backward compatability*/#ifndef __INCncr710h#define __INCncr710h#ifndef INCLUDE_SCSI2#include "ncr710_1.h"#else#include "ncr710_2.h"#endif /* INCLUDE_SCSI2 */#endif /* __INCncr710h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?