URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [console/] [concntl.h] - Rev 778
Go to most recent revision | Compare with Previous | Blame | View Log
/* * $Id: concntl.h,v 1.2 2001-09-27 11:59:58 chris Exp $ */ typedef enum { CON_KBHIT, CON_GET_RAW_BYTE, CON_SEND_RAW_BYTE } console_ioctl_t; typedef struct { console_ioctl_t ioctl_type; unsigned32 param; } console_ioctl_request_t;
Go to most recent revision | Compare with Previous | Blame | View Log