freemyipod r612 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r611‎ | r612 | r613 >
Date:05:14, 14 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Allow storage drivers to expose some driver-specific information
Modified paths:
  • /emcore/trunk/storage.h (modified) (history)

Diff [purge]

Index: emcore/trunk/storage.h
@@ -50,6 +50,7 @@
5151 char *vendor;
5252 char *product;
5353 char *revision;
 54+ void *driverinfo;
5455 };
5556
5657 #if !defined(CONFIG_STORAGE_MULTI)