Changeset 496 for soft/giet_vm/giet_drivers/tty_driver.c
- Timestamp:
- Feb 8, 2015, 1:12:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/tty_driver.c
r469 r496 17 17 # error: You must define SEG_TTY_BASE in the hard_config.h file 18 18 #endif 19 20 //////////////////////////////////////////////////////////////////////////////////// 21 // global variables 22 //////////////////////////////////////////////////////////////////////////////////// 23 24 __attribute__((section(".kdata"))) 25 unsigned int _tty_rx_buf[NB_TTY_CHANNELS]; 26 27 __attribute__((section(".kdata"))) 28 unsigned int _tty_rx_full[NB_TTY_CHANNELS]; 19 29 20 30 ////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.