diff options
Diffstat (limited to 'util/vgabios/helper_exec.h')
-rw-r--r-- | util/vgabios/helper_exec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/vgabios/helper_exec.h b/util/vgabios/helper_exec.h new file mode 100644 index 0000000000..2657b6e6f5 --- /dev/null +++ b/util/vgabios/helper_exec.h @@ -0,0 +1,2 @@ +u32 getIntVect(int num); +int run_bios_int(int num); |