summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/console/concntl.h
blob: c1632a6ed700a2bd1cfa1125bd56478f44a90b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  $Id$
 */

typedef enum
{
        CON_KBHIT,
        CON_GET_RAW_BYTE,
        CON_SEND_RAW_BYTE
} console_ioctl_t;

typedef struct
{
        console_ioctl_t ioctl_type;
   uint32_t   param;
} console_ioctl_request_t;