ldlinux: Add prototype for new_linux_kernel()
authorMatt Fleming <matt.fleming@intel.com>
Mon, 2 Apr 2012 16:07:59 +0000 (17:07 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:34 +0000 (10:58 +0100)
commit5dd53846001c7cd483ed32207f53a54977f9a11f
treeb85971cb1ac80216f2ca0679772be593c140f3a9
parenta523208a0d1bb820d82c5b00125876476453afd1
ldlinux: Add prototype for new_linux_kernel()

Make sure we're passing the correct arguments to new_linux_kernel() by
defining a prototype. This also fixes the following warning,

execute.c:108:3: warning: implicit declaration of function ‘new_linux_kernel’

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/elflink/ldlinux/config.h
com32/elflink/ldlinux/execute.c