summaryrefslogtreecommitdiffstats
path: root/ataidentify.h
diff options
context:
space:
mode:
Diffstat (limited to 'ataidentify.h')
-rw-r--r--ataidentify.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ataidentify.h b/ataidentify.h
new file mode 100644
index 0000000..64b6757
--- /dev/null
+++ b/ataidentify.h
@@ -0,0 +1,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