diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:45 +0000 |
commit | 43e8530e93493bb978c446a2023134bdd4277e50 (patch) | |
tree | e8c0d3c0c394b17381f48fb2d288f166b4f22440 /ataidentify.h | |
parent | Initial commit. (diff) | |
download | smartmontools-43e8530e93493bb978c446a2023134bdd4277e50.tar.xz smartmontools-43e8530e93493bb978c446a2023134bdd4277e50.zip |
Adding upstream version 7.4.upstream/7.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ataidentify.h')
-rw-r--r-- | ataidentify.h | 18 |
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 |