types.h
来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 58 行
H
58 行
#ident "@(#)types.h 1.1 92/07/30 SMI"/* * Copyright (c) 1988, 1989, 1990 by Sun Microsystems, Inc. */#ifndef _scsi_impl_types_h#define _scsi_impl_types_h/* * Local Types for SCSI subsystems */#include <sys/param.h>#ifdef KERNEL#include <sys/systm.h>#endif KERNEL#include <sys/dk.h>#include <sys/buf.h>#include <sys/conf.h>#include <sys/user.h>#include <sys/fcntl.h>#include <sys/map.h>#include <sys/vmmac.h>#include <sys/ioctl.h>#include <sys/uio.h>#include <sys/syslog.h>#ifdef KERNEL#include <sys/kernel.h>#endif KERNEL#include <sys/dkbad.h>#include <machine/pte.h>#include <machine/psl.h>#include <machine/mmu.h>#ifdef KERNEL#include <machine/cpu.h>#endif#include <machine/scb.h>#include <sun/dklabel.h>#include <sun/dkio.h>#ifdef sun4c#include <sundev/mbvar.h>#else sun4c#include <sys/buf.h>#include <sundev/mbvar.h>#endif sun4c#include <sys/debug.h>#include <scsi/impl/services.h>#include <scsi/impl/transport.h>#include <scsi/impl/pkt_wrapper.h>#include <scsi/conf/autoconf.h>#include <scsi/conf/device.h>#endif /* !_scsi_impl_types_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?