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
/
farcall.c
blob
975c00e77431a6aeae7e1da5537fb93d332c263d
1
/*
2
* farcall.c
3
*/
4
5
#include <com32.h>
6
7
void
__farcall
(
uint16_t
__es
,
uint16_t
__eo
,
8
const
com32sys_t
*
__sr
,
com32sys_t
*
__dr
)
9
{
10
__com32
.
cs_farcall
((
__es
<<
16
) +
__eo
,
__sr
,
__dr
);
11
}