summaryrefslogblamecommitdiffstats
path: root/src/arch/i386/include/biosint.h
blob: d4e34963da4e5e4738fc64ad5cc32f5cdbdcabfe (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                        
                                  






                                                                               
#ifndef BIOSINT_H
#define BIOSINT_H

/**
 * @file BIOS interrupts
 *
 */

struct segoff;

extern int hooked_bios_interrupts;
extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
				  struct segoff *chain_vector );
extern int unhook_bios_interrupt ( unsigned int interrupt,
				   unsigned int handler,
				   struct segoff *chain_vector );

#endif /* BIOSINT_H */