mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-04-30 17:43:44 +00:00
26 lines
782 B
C
26 lines
782 B
C
/*
|
|
* dev_intelliprop.h
|
|
*
|
|
* Home page of code is: http://www.smartmontools.org
|
|
*
|
|
* Copyright (C) 2012 Hank Wu <hank@areca.com.tw>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* (for example COPYING); If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
|
|
#ifndef DEV_INTELLIPROP_H
|
|
#define DEV_INTELLIPROP_H
|
|
|
|
#define DEV_INTELLIPROP_H_CVSID "$Id: dev_intelliprop.h 4370 2017-01-11 20:35:38Z chrfranke $"
|
|
|
|
ata_device * get_intelliprop_device(smart_interface * intf, unsigned phydrive, ata_device * atadev);
|
|
|
|
#endif
|