Ignore:
Timestamp:
Sep 21, 2018, 10:20:35 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Add mtty driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/drivers/soclib_mtty.h

    r533 r534  
    6565#define MTTY_FIFO_DEPTH  128
    6666
    67 typedef struct tty_fifo_s     // 32 bytes
     67typedef struct mtty_fifo_s     // 32 bytes
    6868{
    6969    char          data[MTTY_FIFO_DEPTH];   // one char per slot
     
    7171    unsigned int  ptw;                    // next full slot index
    7272    unsigned int  sts;                    // number of full slots
    73 } tty_fifo_t;
     73} mtty_fifo_t;
    7474 
    7575
Note: See TracChangeset for help on using the changeset viewer.