mirror_smartmontools-debian/ataidentify.h
Thomas Lamprecht ff28b140e6 import smartmontools 7.0
Downloaded source from
https://sourceforge.net/projects/smartmontools/files/smartmontools/7.0/
and imported here to git.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-26 11:05:43 +02:00

19 lines
408 B
C

/*
* ataidentify.h
*
* Home page of code is: http://www.smartmontools.org
*
* Copyright (C) 2012 Christian Franke
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef ATAIDENTIFY_H
#define ATAIDENTIFY_H
#define ATAIDENTIFY_H_CVSID "$Id: ataidentify.h 4760 2018-08-19 18:45:53Z chrfranke $"
void ata_print_identify_data(const void * id, bool all_words, int bit_level);
#endif // ATAIDENTIFY_H