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