]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - dev_intelliprop.h
5d8665e3e0bd7f7c006f8f80757d6a8d86585ee7
[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) 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
23 ata_device * get_intelliprop_device(smart_interface * intf, unsigned phydrive, ata_device * atadev);
24
25 #endif