mirror_smartmontools-debian/dev_intelliprop.h
Thomas Lamprecht ff28b140e6 import smartmontools 7.0
Downloaded source from
https://sourceforge.net/projects/smartmontools/files/smartmontools/7.0/
and imported here to git.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-26 11:05:43 +02:00

19 lines
462 B
C

/*
* dev_intelliprop.h
*
* Home page of code is: http://www.smartmontools.org
*
* Copyright (C) 2016 Casey Biemiller <cbiemiller@intelliprop.com>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef DEV_INTELLIPROP_H
#define DEV_INTELLIPROP_H
#define DEV_INTELLIPROP_H_CVSID "$Id: dev_intelliprop.h 4763 2018-09-02 13:11:48Z chrfranke $"
ata_device * get_intelliprop_device(smart_interface * intf, unsigned phydrive, ata_device * atadev);
#endif