source:
bootcd/isolinux/syslinux-6.03/com32/lib/sys/intcall.c
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 164 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | /* |
2 | * intcall.c | |
3 | */ | |
4 | ||
5 | #include <com32.h> | |
6 | ||
7 | void __intcall(uint8_t vector, const com32sys_t * ireg, com32sys_t * oreg) | |
8 | { | |
9 | __com32.cs_intcall(vector, ireg, oreg); | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.