diff options
Diffstat (limited to 'ide.h')
-rw-r--r-- | ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ struct _IDEDevice { gchar *model; gchar *media; + gchar *phy_geometry; + gchar *log_geometry; gint cache; IDEDevice *next; |