18 Star 0 Fork 0

openKylin / smartmontools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
atacmdnames.h 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
LLL 提交于 2022-06-27 15:22 . Import Upstream version 7.1
/*
* atacmdnames.h
*
* This module is based on the T13/1532D Volume 1 Revision 3 (ATA/ATAPI-7)
* specification, which is available from http://www.t13.org/#FTP_site
*
* Home page of code is: http://www.smartmontools.org
*
* Copyright (C) 2003-8 Philip Williams
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef ATACMDNAMES_H_
#define ATACMDNAMES_H_
#define ATACMDNAMES_H_CVSID "$Id: atacmdnames.h 4760 2018-08-19 18:45:53Z chrfranke $\n"
/* Returns the name of the command (and possibly sub-command) with the given
command code and feature register values. */
const char *look_up_ata_command(unsigned char c_code, unsigned char f_reg);
#endif
1
https://gitee.com/openkylin/smartmontools.git
git@gitee.com:openkylin/smartmontools.git
openkylin
smartmontools
smartmontools
openkylin/yangtze

搜索帮助