Ignore:
Timestamp:
Aug 4, 2015, 11:42:57 AM (9 years ago)
Author:
alain
Message:

Introduce the giet_tasks-status() syscall.

File:
1 edited

Legend:

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

    r671 r689  
    2323#define SYSCALL_TTY_READ             0x03
    2424#define SYSCALL_TTY_ALLOC            0x04
    25 #define SYSCALL_TTY_GET_LOCK         0x05
    26 #define SYSCALL_TTY_RELEASE_LOCK     0x06
     25#define SYSCALL_TASKS_STATUS         0x05
     26//                                   0x06
    2727#define SYSCALL_HEAP_INFO            0x07
    2828#define SYSCALL_LOCAL_TASK_ID        0x08
     
    168168extern void giet_context_switch();
    169169
     170extern void giet_tasks_status();
     171
    170172//////////////////////////////////////////////////////////////////////////
    171173//               Application related system calls
Note: See TracChangeset for help on using the changeset viewer.