Changeset abf3564 in mainline for uspace/app/trace/syscalls.h
- Timestamp:
- 2008-09-18T22:19:42Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f7176b1
- Parents:
- 073c9e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.h
r073c9e6 rabf3564 36 36 #define SYSCALLS_H_ 37 37 38 typedef enum {39 RV_INTEGER,40 RV_HASH,41 RV_ERRNO,42 RV_INT_ERRNO43 } rv_type_t;44 45 38 typedef struct { 46 39 char *name; 47 40 int n_args; 48 rv_type_t rv_type;41 val_type_t rv_type; 49 42 } sc_desc_t; 50 43
Note:
See TracChangeset
for help on using the changeset viewer.