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

4.104.114.84.95
Last change on this file since 1d5c975 was 1d5c975, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 04:21:06

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • clock/ckinit.c, console/concntl.h, console/console.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
  • 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   uint32_t   param;
16} console_ioctl_request_t;
Note: See TracBrowser for help on using the repository browser.