Subversion Repositories HelenOS

Rev

Rev 3452 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3452 Rev 3453
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef SYSCALLS_H_
35
#ifndef SYSCALLS_H_
36
#define SYSCALLS_H_
36
#define SYSCALLS_H_
37
 
37
 
-
 
38
#include "trace.h"
-
 
39
 
38
typedef struct {
40
typedef struct {
39
    char *name;
41
    char *name;
40
    int n_args;
42
    int n_args;
41
    val_type_t rv_type;
43
    val_type_t rv_type;
42
} sc_desc_t;
44
} sc_desc_t;