2 * Copyright (C) 2020 Embecosm Limited
3 * SPDX-License-Identifier: BSD-2-Clause
5 #include <machine/syscall.h>
7 #include "semihost_syscall.h"
8 #include "semihost_fdtable.h"
13 struct fdentry
*fd
=__get_fdentry (file
);
19 data_block
[0] = fd
->handle
;
20 return syscall_errno (SEMIHOST_istty
, data_block
);