]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - dev_intelliprop.h
import smartmontools 7.0
[mirror_smartmontools-debian.git] / dev_intelliprop.h
1 /*
2 * dev_intelliprop.h
3 *
4 * Home page of code is: http://www.smartmontools.org
5 *
6 * Copyright (C) 2016 Casey Biemiller <cbiemiller@intelliprop.com>
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11 #ifndef DEV_INTELLIPROP_H
12 #define DEV_INTELLIPROP_H
13
14 #define DEV_INTELLIPROP_H_CVSID "$Id: dev_intelliprop.h 4763 2018-09-02 13:11:48Z chrfranke $"
15
16 ata_device * get_intelliprop_device(smart_interface * intf, unsigned phydrive, ata_device * atadev);
17
18 #endif