]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bios_emulator: Allow a custom interrupt handler to be installed
authorSimon Glass <sjg@chromium.org>
Sat, 15 Nov 2014 03:56:41 +0000 (20:56 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Nov 2014 14:11:17 +0000 (07:11 -0700)
commita3c700ec7611ce579ecab7005c66c6d1e7b1dbac
tree073dd3abaa5e3f2621db3b190009e54f4ed2ff4a
parent4c59f95327966b83981cb53371a854570a01e8d9
bios_emulator: Allow a custom interrupt handler to be installed

Sometime we want to provide an interrupt handler for the ROM, Add a
function to allow this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/bios_emulator/include/x86emu.h
drivers/bios_emulator/x86emu/sys.c