Ignore:
Timestamp:
Aug 7, 2012, 6:37:49 PM (12 years ago)
Author:
alain
Message:

Introducing a new release where all initialisation
is done in the boot code.

File:
1 edited

Legend:

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

    r178 r189  
    88#ifndef _STDIO_H
    99#define _STDIO_H
    10 
    11 #include <mapping_info.h>
    12 #include <common.h>
    1310
    1411/* MIPS32 related functions */
     
    6461void         giet_exit();
    6562unsigned int giet_rand();
    66 unsigned int ctx_switch();
     63unsigned int giet_ctx_switch();
    6764unsigned int giet_procnumber();
    6865
     66#endif
    6967
    70 #endif
Note: See TracChangeset for help on using the changeset viewer.