source: rtems/c/src/lib/libbsp/a29k/portsw/console/concntl.h @ 0836603

4.104.114.84.95
Last change on this file since 0836603 was 0836603, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/96 at 21:13:10

new files submitted by Craig Lebakken (lebakken@…) and Derrick Ostertag
(ostertag@…)

  • 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.