- Timestamp:
- 2015-11-04T18:55:46Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44183b98
- Parents:
- 5265eea4 (diff), bfcde8d (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. - Location:
- abi/include/abi
- Files:
-
- 2 edited
-
fourcc.h (modified) (1 diff)
-
ipc/interfaces.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/fourcc.h
r5265eea4 r77a194c 36 36 #define ABI_FOURCC_H_ 37 37 38 #include "../../../common.h" 39 38 40 #define FOURCC(a, b, c, d) \ 39 41 (((UINT32_T) (a)) | (((UINT32_T) (b)) << 8) | \ -
abi/include/abi/ipc/interfaces.h
r5265eea4 r77a194c 174 174 FOURCC_COMPACT('m', 'o', 'u', 's') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK, 175 175 INTERFACE_KBD_CB = 176 FOURCC_COMPACT('k', 'b', 'd', ' ') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK 176 FOURCC_COMPACT('k', 'b', 'd', ' ') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK, 177 INTERFACE_VOL = 178 FOURCC_COMPACT('v', 'o', 'l', ' ') | IFACE_EXCHANGE_SERIALIZE, 179 INTERFACE_VBD = 180 FOURCC_COMPACT('v', 'b', 'd', ' ') | IFACE_EXCHANGE_SERIALIZE 177 181 } iface_t; 178 182
Note:
See TracChangeset
for help on using the changeset viewer.
