summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/lib/sys/intcall.c
blob: e97a3841e96dca3beb17a787f78196c8a6da8a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * intcall.c
 */

#include <com32.h>

void __intcall(uint8_t vector, const com32sys_t * ireg, com32sys_t * oreg)
{
    __com32.cs_intcall(vector, ireg, oreg);
}