summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPetr Uzel <petr.uzel@suse.cz>2011-09-28 10:45:07 +0200
committerJim Meyering <meyering@redhat.com>2011-10-01 09:39:54 +0200
commit4fc048079917ba0ec38a02f93b53bed3d673df5d (patch)
tree6c9f395e82321b81ec23f8ba44c9b3bde2b8313c /include
parentcf35ba6ba80027bc35805782db64513d1a2b77a3 (diff)
downloadparted-4fc048079917ba0ec38a02f93b53bed3d673df5d.tar.gz
maint: unmark PedDeviceType as deprecated
PedDeviceType was marked as deprecated before parted started using git. Since it proved to be useful to differentiate between different device types, and nobody seems interested in removing it from the API, let's clear the deprecated flag.
Diffstat (limited to 'include')
-rw-r--r--include/parted/device.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/parted/device.h b/include/parted/device.h
index b94765c..d76854a 100644
--- a/include/parted/device.h
+++ b/include/parted/device.h
@@ -29,7 +29,6 @@
/** We can address 2^63 sectors */
typedef long long PedSector;
-/** \deprecated Removal from API planned */
typedef enum {
PED_DEVICE_UNKNOWN = 0,
PED_DEVICE_SCSI = 1,
@@ -75,8 +74,7 @@ struct _PedDevice {
(manufacturer, model) */
char* path; /**< device /dev entry */
- PedDeviceType type; /**< SCSI, IDE, etc.
- \deprecated \sa PedDeviceType */
+ PedDeviceType type; /**< SCSI, IDE, etc. \sa PedDeviceType */
long long sector_size; /**< logical sector size */
long long phys_sector_size; /**< physical sector size */
PedSector length; /**< device length (LBA) */