[go: up one dir, main page]

File: ataidentify.h

package info (click to toggle)
smartmontools 7.4-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,980 kB
  • sloc: cpp: 52,616; ansic: 9,924; sh: 6,067; makefile: 967
file content (18 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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