localboot: Include header files for function prototypes
authorMatt Fleming <matt.fleming@intel.com>
Tue, 3 Apr 2012 11:58:52 +0000 (12:58 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:35 +0000 (10:58 +0100)
commitfde7c70aece27186cc636df51d25c1099ab7e663
tree7878b9bc577a9df322f0f47cb6574ac3690b4857
parentb428530fead73c7c15d9dce78729b7bf94658a7d
localboot: Include header files for function prototypes

... to avoid the following warnings,

localboot.c: In function ‘local_boot’:
localboot.c:38:2: warning: implicit declaration of function ‘vgaclearmode’
localboot.c:40:2: warning: implicit declaration of function ‘writestr’
localboot.c:41:2: warning: implicit declaration of function ‘crlf’
localboot.c:42:2: warning: implicit declaration of function ‘cleanup_hardware’
localboot.c:76:2: warning: implicit declaration of function ‘memcpy’

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/localboot.c