Commit 7103fd76 authored by Max Reitz's avatar Max Reitz Committed by Kevin Wolf
Browse files

cdi/scsi, cdi.h: Remove týndur-specific fields


- Remove týndur-specific fields from non-OS-dependant structures
Signed-off-by: Max Reitz's avatarMax Reitz <max@tyndur.org>
Acked-by: Kevin Wolf's avatarKevin Wolf <kevin@tyndur.org>
Signed-off-by: Kevin Wolf's avatarKevin Wolf <kevin@tyndur.org>
parent 503c1fa9
No related merge requests found
Showing with 0 additions and 10 deletions
+0 -10
......@@ -178,9 +178,6 @@ struct cdi_device {
* \endenglish
*/
struct cdi_bus_data* bus_data;
// tyndur-spezifisch
void* backdev;
};
/**
......
......@@ -51,13 +51,6 @@ struct cdi_scsi_device {
/// Geraetetyp, der ueber SCSI angesteuert wird
cdi_device_type_t type;
/**
* tyndur-spezifisch: Frontend-Geraet (z.B. CDI_STORAGE-Geraet, das ueber
* SCSI angesteuert wird)
*/
void* frontdev;
};
/// SCSI-Treiber
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment