core: Move write_serial() prototype to core.h
authorMatt Fleming <matt.fleming@intel.com>
Tue, 3 Apr 2012 10:37:36 +0000 (11:37 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:34 +0000 (10:58 +0100)
commit8213cb2cf0c66a1da5c03cc79de4ee629c2934fc
treeb1a0b4c58f3b62fdfd3c063634b7ccec16c364b8
parentc23ac08d9e3c1582906ca4f412effdb56fe19b37
core: Move write_serial() prototype to core.h

There's nothing inherently BIOS-specific about write_serial(), so it
doesn't make sense to have it in bios.h. Move the prototype to core.h
so that files can access the prototype without pulling in all the BIOS
symbols. Also add some missing function prototypes while we're at it.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/include/bios.h
core/include/core.h