Changeset 389 for soft/giet_vm/giet_libs
- Timestamp:
- Aug 7, 2014, 12:42:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/stdio.h
r382 r389 337 337 338 338 /////////////////////////////////////////////////////////////////////////////////// 339 // Write "count" sectors froma file identified by "fd", skipping "offset"339 // Write "count" sectors into a file identified by "fd", skipping "offset" 340 340 // sectors in file, and reading from the user "buffer". 341 341 // The user buffer base address shoulb be 64 bytes aligned. … … 405 405 // and kill the calling task if the condition is false. 406 406 ////////////////////////////////////////////////////////////////////////// 407 extern void giet_assert( unsigned int, 408 char* string ); 407 extern void giet_assert( unsigned int condition, 408 char* string ); 409 410 ////////////////////////////////////////////////////////////////////////// 411 // The user task calling this function is descheduled and 412 // the processor is allocated to another task. 413 ////////////////////////////////////////////////////////////////////////// 414 extern void giet_context_switch(); 409 415 410 416 ////////////////////////////////////////////////////////////////////////// … … 426 432 extern void giet_procnumber( unsigned int cluster_xy, 427 433 unsigned int buffer ); 428 429 //////////////////////////////////////////////////////////////////////////430 // The user task calling this function is descheduled and431 // the processor is allocated to another task.432 //////////////////////////////////////////////////////////////////////////433 extern void giet_context_switch();434 434 435 435 //////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.