Changeset 534 for trunk/hal/tsar_mips32/drivers/soclib_mtty.h
- Timestamp:
- Sep 21, 2018, 10:20:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/drivers/soclib_mtty.h
r533 r534 65 65 #define MTTY_FIFO_DEPTH 128 66 66 67 typedef struct tty_fifo_s // 32 bytes67 typedef struct mtty_fifo_s // 32 bytes 68 68 { 69 69 char data[MTTY_FIFO_DEPTH]; // one char per slot … … 71 71 unsigned int ptw; // next full slot index 72 72 unsigned int sts; // number of full slots 73 } tty_fifo_t;73 } mtty_fifo_t; 74 74 75 75
Note: See TracChangeset
for help on using the changeset viewer.