Sign in
qemu
/
qemu
/
e096d370ad877f8573e20266f7e843084f9611d8
/
.
/
tests
/
tcg
/
s390x
/
console.c
blob: d43ce3f44b4f57c84cd9f3599eb56d641b207018 [
file
] [
log
] [
blame
]
/*
* Console code for multiarch tests.
* Reuses the pc-bios/s390-ccw implementation.
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include
"../../../pc-bios/s390-ccw/sclp.c"
void
__sys_outc
(
char
c
)
{
write
(
1
,
&
c
,
sizeof
(
c
));
}