Ignore:
Timestamp:
Jul 27, 2015, 10:03:19 PM (9 years ago)
Author:
alain
Message:

Introduce the "shared" argument in the giet_tty_alloc() system call.

File:
1 edited

Legend:

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

    r663 r671  
    207207//////////////////////////////////////////////////////////////////////////
    208208
    209 extern void giet_tty_alloc();
     209extern void giet_tty_alloc( unsigned int shared );
    210210
    211211extern void giet_tty_printf( char* format, ... );
    212 
    213 extern void giet_shr_printf( char* format, ... );
    214212
    215213extern void giet_tty_getc( char* byte );
Note: See TracChangeset for help on using the changeset viewer.