advmcode.h

来自「基于组件方式开发操作系统的OSKIT源代码」· C头文件 代码 · 共 20 行

H
20
字号
/* * Exported interface to downloadable microcode for AdvanSys SCSI Adapters * *	$Id: advmcode.h,v 1.4 1998/09/15 07:03:34 gibbs Exp $ * * Obtained from: * * Copyright (c) 1995-1997 Advanced System Products, Inc. * All Rights Reserved. *    * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that redistributions of source * code retain the above copyright notice and this comment without * modification. */extern u_int16_t adv_mcode[];extern u_int16_t adv_mcode_size;extern u_int32_t adv_mcode_chksum;

⌨️ 快捷键说明

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