Changeset 06e1e95 in mainline for kernel/arch/ia64/src/ski/ski.c


Ignore:
Timestamp:
2006-09-14T17:09:21Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1d1f5d3
Parents:
e5ecc02
Message:

C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/ski/ski.c

    re5ecc02 r06e1e95  
    2727 */
    2828
    29  /** @addtogroup ia64   
     29/** @addtogroup ia64   
    3030 * @{
    3131 */
     
    159159}
    160160
    161 
    162161static chardev_operations_t ski_ops = {
    163162        .resume = ski_kb_enable,
     
    166165        .read = ski_getchar_blocking
    167166};
    168 
    169167
    170168/** Initialize debug console
     
    189187
    190188}
     189
    191190/** Setup console sysinfo (i.e. Keyboard IRQ)
    192191 *
     
    201200}
    202201
    203  /** @}
    204  */
    205 
     202/** @}
     203 */
Note: See TracChangeset for help on using the changeset viewer.