]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - atacmdnames.h
import smartmontools 7.0
[mirror_smartmontools-debian.git] / atacmdnames.h
CommitLineData
832b75ed
GG
1/*
2 * atacmdnames.h
3 *
4 * This module is based on the T13/1532D Volume 1 Revision 3 (ATA/ATAPI-7)
5 * specification, which is available from http://www.t13.org/#FTP_site
6 *
a86ec89e 7 * Home page of code is: http://www.smartmontools.org
832b75ed 8 *
34ad0c5f 9 * Copyright (C) 2003-8 Philip Williams
832b75ed 10 *
ff28b140 11 * SPDX-License-Identifier: GPL-2.0-or-later
832b75ed
GG
12 */
13
14#ifndef ATACMDNAMES_H_
15#define ATACMDNAMES_H_
16
ff28b140 17#define ATACMDNAMES_H_CVSID "$Id: atacmdnames.h 4760 2018-08-19 18:45:53Z chrfranke $\n"
832b75ed
GG
18
19/* Returns the name of the command (and possibly sub-command) with the given
20 command code and feature register values. */
21const char *look_up_ata_command(unsigned char c_code, unsigned char f_reg);
22
23#endif