RTEMS  5.1
consolesimple.h
1 /*
2  * Copyright (c) 2018 embedded brains GmbH. All rights reserved.
3  *
4  * embedded brains GmbH
5  * Dornierstr. 4
6  * 82178 Puchheim
7  * Germany
8  * <rtems@embedded-brains.de>
9  *
10  * The license and distribution terms for this file may be
11  * found in the file LICENSE in this distribution or at
12  * http://www.rtems.org/license/LICENSE.
13  */
14 
15 ssize_t _Console_simple_Read(
16  rtems_libio_t *iop,
17  void *buffer,
18  size_t count
19 );
An open file data structure.
Definition: libio.h:1320