📄 skfops.h
字号:
/****************************************************************************** * * Name: skfops.c * Project: Gigabit Ethernet Adapters, Common Modules * Version: $Revision: 1.1.2.4 $ * Date: $Date: 2007/12/27 13:44:44 $ * Purpose: Kernel mode file read functions. * ******************************************************************************//****************************************************************************** * * (C)Copyright 1998-2002 SysKonnect GmbH. * (C)Copyright 2002-2007 Marvell. * * Driver for Marvell Yukon/2 chipset and SysKonnect Gigabit Ethernet * Server Adapters. * * Address all question to: gr-msgg-linux@marvell.com * * LICENSE: * (C)Copyright Marvell. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * The information in this file is provided "AS IS" without warranty. * /LICENSE * *****************************************************************************/#define __SK_FOPS_H__#ifndef USE_ASF_DASH_FW#define FLASH_FROM_BINARY#endifSK_BOOL fw_read( SK_AC *pAC, /* Pointer to adapter context */ char *name, SK_U8 **addr, SK_U32 *len );SK_BOOL fw_file_exists( SK_AC *pAC, /* Pointer to adapter context */ char *name );#ifndef FLASH_FROM_BINARY#define SK_DASHFM_1_LENGTH 65536#define SK_DASHFM_2_LENGTH 53248#endif /* FLASH_FROM_BINARY */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -