1. Move run_bios prototype to device.h
authorMyles Watson <mylesgw@gmail.com>
Fri, 5 Mar 2010 18:27:19 +0000 (18:27 +0000)
committerMyles Watson <mylesgw@gmail.com>
Fri, 5 Mar 2010 18:27:19 +0000 (18:27 +0000)
commitb0259117f214a80d1ca945bd1fe05b6b3d9858a9
tree50f607aa8d8ac00d7b10fe970cea756d7e2470c3
parentf98ad3ace0852159c6e716a5563a9c3df8cf76f3
1. Move run_bios prototype to device.h
2. Use time.h for get_time() and move tb_freq into functions.c
3. Move read_io and write_io to io.c and make them static
4. Make a couple of functions static in interrupt.c
5. Refactor a cast from char[] to u64 to get rid of potential alignment problems and a warning

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5191 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/devices/pci_device.c
src/include/device/device.h
util/x86emu/yabel/compat/functions.c
util/x86emu/yabel/compat/time.h
util/x86emu/yabel/interrupt.c
util/x86emu/yabel/io.c
util/x86emu/yabel/mem.c
util/x86emu/yabel/vbe.c