Changeset ecb6ac32 in mainline for uspace/app/sbi/src/tdata_t.h
- Timestamp:
- 2010-04-04T22:32:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a72efc
- Parents:
- 73060801 (diff), 23de644 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/tdata_t.h
r73060801 recb6ac32 84 84 85 85 typedef enum { 86 /** Primitive type item */ 86 87 tic_tprimitive, 88 /** Object type item */ 87 89 tic_tobject, 90 /** Array type item */ 88 91 tic_tarray, 92 /** Generic type item */ 89 93 tic_tgeneric, 90 tic_tfun 94 /** Function type item */ 95 tic_tfun, 96 /** Special error-recovery type item */ 97 tic_ignore 91 98 } titem_class_t; 92 99
Note:
See TracChangeset
for help on using the changeset viewer.