Changeset 356acd0 in mainline for uspace/app/trace/trace.h
- Timestamp:
- 2008-09-19T12:35:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1c8287
- Parents:
- a5c3f73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.h
ra5c3f73 r356acd0 36 36 #define TRACE_H_ 37 37 38 #include <sys/types.h> 39 38 40 /** 39 41 * Classes of events that can be displayed. Can be or-ed together. … … 62 64 extern display_mask_t display_mask; 63 65 64 void val_print( int val, val_type_t v_type);66 void val_print(sysarg_t val, val_type_t v_type); 65 67 66 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.