From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McGahan Date: Fri, 13 Apr 2012 10:17:04 -0500 Subject: [U-Boot] Question: exported function Message-ID: <4F884370.50108@alcatel-lucent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm using the exported functions in u-boot-2011.12. In include/_exports.h, udelay is exported, but the exported function declared in include/exports.h is __udelay. Why the difference? Thanks. Mark McGahan