mirror of https://github.com/FDOS/kernel.git
Remove unused intr.h
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@533 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
e8239ebb38
commit
ee958bad3b
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
*/
|
||||
|
||||
struct REGPACK {
|
||||
unsigned r_ax, r_bx, r_cx, r_dx;
|
||||
unsigned r_bp, r_di, r_si, r_ds, r_es, r_flags;
|
||||
};
|
||||
|
||||
void ASMCFUNC intr(int intrnr, struct REGPACK *rp);
|
|
@ -140,7 +140,7 @@ execrh.obj: execrh.asm segs.inc
|
|||
|
||||
int2f.obj: int2f.asm segs.inc
|
||||
|
||||
intr.obj: intr.asm segs.inc intr.h
|
||||
intr.obj: intr.asm segs.inc
|
||||
|
||||
io.obj: io.asm segs.inc
|
||||
|
||||
|
|
Loading…
Reference in New Issue