summaryrefslogtreecommitdiff
path: root/com32/lib/sys/intcall.c
blob: 48ff148c6bb70bac16e3a0e08635756949b1114c (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * intcall.c
 */

#include <com32.h>

void __intcall(uint8_t __i, const com32sys_t *__sr, com32sys_t *__dr)
{
  __com32.cs_intcall(__i, __sr, __dr);
}