Changeset 27ab6a7 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2006-09-09T09:33:29Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b0f294
Parents:
ab1ae2d9
Message:

Coding style fixes.
Remove unneeded sparc64 dummy functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    rab1ae2d9 r27ab6a7  
    3333 */
    3434
    35 #ifndef __IPC_H__
    36 #define __IPC_H__
     35#ifndef KERN_IPC_H_
     36#define KERN_IPC_H_
    3737
    3838/* Length of data being transfered with IPC call */
     
    190190        IPC_PHONE_CONNECTING,   /**< Phone is connecting somewhere */
    191191        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 */
    193193        IPC_PHONE_SLAMMED       /**< Phone was hungup from server */
    194194} ipc_phone_state_t;
     
    244244#endif
    245245
    246  /** @}
    247  */
    248 
     246/** @}
     247 */
Note: See TracChangeset for help on using the changeset viewer.