DDeepin Developerfeat: Init commit
62d17a27创建于 2022年9月22日历史提交
/*
 * 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