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
Add memtest support.
[syslinux-debian/hramrach.git]
/
com32
/
lib
/
sys
/
intcall.c
blob
e97a3841e96dca3beb17a787f78196c8a6da8a77
1
/*
2
* intcall.c
3
*/
4
5
#include <com32.h>
6
7
void
__intcall
(
uint8_t
vector
,
const
com32sys_t
*
ireg
,
com32sys_t
*
oreg
)
8
{
9
__com32
.
cs_intcall
(
vector
,
ireg
,
oreg
);
10
}