Changes in uspace/app/sbi/src/tdata_t.h [23de644:37f527b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/tdata_t.h
r23de644 r37f527b 84 84 85 85 typedef enum { 86 /** Primitive type item */87 86 tic_tprimitive, 88 /** Object type item */89 87 tic_tobject, 90 /** Array type item */91 88 tic_tarray, 92 /** Generic type item */93 89 tic_tgeneric, 94 /** Function type item */ 95 tic_tfun, 96 /** Special error-recovery type item */ 97 tic_ignore 90 tic_tfun 98 91 } titem_class_t; 99 92
Note:
See TracChangeset
for help on using the changeset viewer.