Changeset 389 for soft/giet_vm/giet_libs


Ignore:
Timestamp:
Aug 7, 2014, 12:42:16 PM (10 years ago)
Author:
alain
Message:

Bloup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/stdio.h

    r382 r389  
    337337
    338338///////////////////////////////////////////////////////////////////////////////////
    339 // Write "count" sectors from a file identified by "fd", skipping "offset"
     339// Write "count" sectors into a file identified by "fd", skipping "offset"
    340340// sectors in file, and reading from the user "buffer".
    341341// The user buffer base address shoulb be 64 bytes aligned.
     
    405405// and kill the calling task if the condition is false.
    406406//////////////////////////////////////////////////////////////////////////
    407 extern void giet_assert( unsigned int,
    408                          char* string );
     407extern 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//////////////////////////////////////////////////////////////////////////
     414extern void giet_context_switch();
    409415
    410416//////////////////////////////////////////////////////////////////////////
     
    426432extern void giet_procnumber( unsigned int cluster_xy,
    427433                             unsigned int buffer );
    428 
    429 //////////////////////////////////////////////////////////////////////////
    430 // The user task calling this function is descheduled and
    431 // the processor is allocated to another task.
    432 //////////////////////////////////////////////////////////////////////////
    433 extern void giet_context_switch();
    434434
    435435//////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.