Changeset 23de644 in mainline for uspace/app/sbi/src/tdata_t.h
- Timestamp:
- 2010-04-04T22:31:01Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 074444f, ecb6ac32
- Parents:
- 3aae4e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/tdata_t.h
r3aae4e8 r23de644 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.