mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-08-13 07:35:44 +00:00

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>
19 lines
408 B
C
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
|