Changeset 19b3cc6 in mainline for abi/include/abi/klog.h
- Timestamp:
- 2014-01-17T23:12:10Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e26a9d95
- Parents:
- fddffb2 (diff), facc34d (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
-
abi/include/abi/klog.h
rfddffb2 r19b3cc6 1 1 /* 2 * Copyright (c) 201 2 Jakub Jermar2 * Copyright (c) 2014 Martin Sucha 3 3 * All rights reserved. 4 4 * … … 36 36 #define ABI_KLOG_H_ 37 37 38 enum { 39 KLOG_UNKNOW, 38 typedef enum { 40 39 KLOG_WRITE, 41 KLOG_UPDATE, 42 KLOG_COMMAND 43 }; 40 KLOG_READ 41 } klog_operation_t; 44 42 45 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.