Changeset abf3564 in mainline for uspace/app/trace/trace.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/trace.h
r073c9e6 rabf3564 49 49 } display_mask_t; 50 50 51 typedef enum { 52 V_VOID, 53 V_INTEGER, 54 V_PTR, 55 V_HASH, 56 V_ERRNO, 57 V_INT_ERRNO, 58 V_CHAR 59 } val_type_t; 60 51 61 /** Combination of events to print. */ 52 62 extern display_mask_t display_mask; 63 64 void val_print(int val, val_type_t v_type); 53 65 54 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.