Changeset 529 for soft/giet_vm/giet_drivers/mwr_driver.c
- Timestamp:
- Mar 27, 2015, 11:51:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/mwr_driver.c
r518 r529 11 11 #include <mwr_driver.h> 12 12 #include <utils.h> 13 #include <kernel_locks.h> 13 14 #include <tty0.h> 14 15 #include <io.h> … … 38 39 #endif 39 40 40 extern unsigned int _coproc_done[X_SIZE*Y_SIZE]; 41 42 ///////////////////////////////////////////////////////////////////////////// 43 // Global variables 44 ///////////////////////////////////////////////////////////////////////////// 45 46 __attribute__((section(".kdata"))) 47 simple_lock_t _coproc_lock[X_SIZE*Y_SIZE]; 48 49 __attribute__((section(".kdata"))) 50 unsigned int _coproc_done[X_SIZE*Y_SIZE]; 41 51 42 52 /////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.