com32: Move initramfs_size() into header file
authorMatt Fleming <matt.fleming@intel.com>
Wed, 1 Feb 2012 11:47:37 +0000 (11:47 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 2 Feb 2012 16:21:00 +0000 (16:21 +0000)
commit43ac5e363c66b5f12e2cb31125dcb7032b5abb18
tree3bb106cc122d3ddf60055dc0d2bbae7cc6e424c7
parent7a2f23d259bcebae1b4009b4c757770c583accfb
com32: Move initramfs_size() into header file

Both the EFI and BIOS firmwares need to calculate the size of
initramfs, so move this helper function into a common header file.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/include/syslinux/linux.h
com32/lib/syslinux/load_linux.c