OpenCores
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 173

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;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.