]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - dev_intelliprop.h
New upstream version 6.6
[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 *
6 * Copyright (C) 2012 Hank Wu <hank@areca.com.tw>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2, or (at your option)
11 * any later version.
12 *
13 * You should have received a copy of the GNU General Public License
14 * (for example COPYING); If not, see <http://www.gnu.org/licenses/>.
15 *
16 */
17
18#ifndef DEV_INTELLIPROP_H
19#define DEV_INTELLIPROP_H
20
21#define DEV_INTELLIPROP_H_CVSID "$Id: dev_intelliprop.h 4370 2017-01-11 20:35:38Z chrfranke $"
22
23ata_device * get_intelliprop_device(smart_interface * intf, unsigned phydrive, ata_device * atadev);
24
25#endif