smartmontools SVN Rev 5611
Utility to control and monitor storage systems with "S.M.A.R.T."
ataidentify.h
Go to the documentation of this file.
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
16void ata_print_identify_data(const void * id, bool all_words, int bit_level);
17
18#endif // ATAIDENTIFY_H
void ata_print_identify_data(const void *id, bool all_words, int bit_level)