summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/consolesimple.h
blob: ba1c1eb220bef61fd9d4f22ae44a3011678de4e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2018 embedded brains GmbH.  All rights reserved.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

ssize_t _Console_simple_Read(
  rtems_libio_t *iop,
  void          *buffer,
  size_t         count
);