intcall, farcall: readability improvements.
[syslinux.git] / com32 / lib / sys / intcall.c
blobe32fb8a0b2615446deae0f93185ac3674e87b5d1
1 /*
2 * intcall.c
3 */
5 #include <com32.h>
7 void __intcall(uint8_t vector, const com32sys_t *ireg, com32sys_t *oreg)
9 __com32.cs_intcall(vector, ireg, oreg);