Changes between Version 175 and Version 176 of Archi-1-TP9
- Timestamp:
- Nov 30, 2021, 2:32:26 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archi-1-TP9
v175 v176 327 327 {{{#!c 328 328 struct tty_s { 329 int write; // tty's output address330 int status; // tty's status addresssomething to read if not null)331 int read; // tty's input address332 int unused; // unused address329 int write; // tty's output 330 int status; // tty's status something to read if not null) 331 int read; // tty's input 332 int unused; // unused 333 333 }; 334 334 extern volatile struct tty_s __tty_regs_map[NTTYS];