Changeset 27ab6a7 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2006-09-09T09:33:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b0f294
- Parents:
- ab1ae2d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
rab1ae2d9 r27ab6a7 33 33 */ 34 34 35 #ifndef __IPC_H__36 #define __IPC_H__35 #ifndef KERN_IPC_H_ 36 #define KERN_IPC_H_ 37 37 38 38 /* Length of data being transfered with IPC call */ … … 190 190 IPC_PHONE_CONNECTING, /**< Phone is connecting somewhere */ 191 191 IPC_PHONE_CONNECTED, /**< Phone is connected */ 192 IPC_PHONE_HUNGUP, /**< Phone is hung up, waiting for answers to come */192 IPC_PHONE_HUNGUP, /**< Phone is hung up, waiting for answers to come */ 193 193 IPC_PHONE_SLAMMED /**< Phone was hungup from server */ 194 194 } ipc_phone_state_t; … … 244 244 #endif 245 245 246 /** @} 247 */ 248 246 /** @} 247 */
Note:
See TracChangeset
for help on using the changeset viewer.