[U-Boot] [PATCH 2/2] api: storage: Share attributes with block_dev_desc
Mike Frysinger
vapier at gentoo.org
Sun Jan 8 08:26:42 CET 2012
On Friday 21 October 2011 02:31:48 Che-Liang Chiou wrote:
> struct device_info in api_public.h defined its own subset of attributes
> of block_dev_desc, which limits the capability of external apps.
>
> This patch let struct device_info and block_dev_desc share the same set
> of attributes so that an external app has equal amount of information of
> block device compared to U-Boot.
>
> The export.h and _export.h have somewhat addressed the same issue. That
> is, sharing declarations between U-Boot and external apps.
NAK: any changes to api_public.h that is not backwards ABI compatible must
increment API_SIG_VERSION. you're changing the exported struct which is an
ABI breakage.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120108/b565350d/attachment.pgp>
More information about the U-Boot
mailing list