source: rtems/c/src/lib/libbsp/i960/rxgen960/console/concntl.h @ c8f3e82

Last change on this file since c8f3e82 was 702c5f5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 15:29:18

The rxgen960 BSP and i960 RPM support was submitted by Mark Bronson
<mark@…> of RAMIX.

  • Property mode set to 100644
File size: 224 bytes
Line 
1/*
2 *  $Id$
3 */
4
5typedef enum
6{
7        CON_KBHIT,
8        CON_GET_RAW_BYTE,
9        CON_SEND_RAW_BYTE
10} console_ioctl_t;
11
12typedef struct
13{
14        console_ioctl_t ioctl_type;
15   unsigned32 param;
16} console_ioctl_request_t;
Note: See TracBrowser for help on using the repository browser.