]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - ataidentify.h
import smartmontools 7.0
[mirror_smartmontools-debian.git] / ataidentify.h
1 /*
2 * ataidentify.h
3 *
4 * Home page of code is: http://www.smartmontools.org
5 *
6 * Copyright (C) 2012 Christian Franke
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11 #ifndef ATAIDENTIFY_H
12 #define ATAIDENTIFY_H
13
14 #define ATAIDENTIFY_H_CVSID "$Id: ataidentify.h 4760 2018-08-19 18:45:53Z chrfranke $"
15
16 void ata_print_identify_data(const void * id, bool all_words, int bit_level);
17
18 #endif // ATAIDENTIFY_H