repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 3.30~pre4.
[syslinux-debian/hramrach.git]
/
com32
/
lib
/
sys
/
intcall.c
blob
48ff148c6bb70bac16e3a0e08635756949b1114c
1
/*
2
* intcall.c
3
*/
4
5
#include <com32.h>
6
7
void
__intcall
(
uint8_t
__i
,
const
com32sys_t
*
__sr
,
com32sys_t
*
__dr
)
8
{
9
__com32
.
cs_intcall
(
__i
,
__sr
,
__dr
);
10
}