From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sun, 8 Jan 2012 02:26:42 -0500 Subject: [U-Boot] [PATCH 2/2] api: storage: Share attributes with block_dev_desc In-Reply-To: <1319178708-10881-3-git-send-email-clchiou@chromium.org> References: <1319178708-10881-1-git-send-email-clchiou@chromium.org> <1319178708-10881-3-git-send-email-clchiou@chromium.org> Message-ID: <201201080226.42812.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: