allwinner_a64/android/external/syslinux/com32/lib/sys/intcall.c
2018-08-08 16:14:42 +08:00

10 lines
164 B
C

/*
* intcall.c
*/
#include <com32.h>
void __intcall(uint8_t vector, const com32sys_t * ireg, com32sys_t * oreg)
{
__com32.cs_intcall(vector, ireg, oreg);
}