Changeset 3c5006a0 in mainline for genarch/src/i8042/i8042.c


Ignore:
Timestamp:
2006-06-20T11:15:34Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e0a5fc
Parents:
f260256
Message:

Indentation and some improved comments.
Remove forgotten comment from gxemul.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/src/i8042/i8042.c

    rf260256 r3c5006a0  
    2727 */
    2828
    29  /** @addtogroup genarch       
     29/** @addtogroup genarch
    3030 * @{
    3131 */
    32 /** @file
     32/**
     33 * @file        i8042.c
     34 * @brief       i8042 processor driver.
     35 *
     36 * It takes care of low-level keyboard functions.
    3337 */
    3438
     
    4650#include <interrupt.h>
    4751
    48 /**
    49  * i8042 processor driver.
    50  * It takes care of low-level keyboard functions.
    51  */
    52 
    53 /** Keyboard commands. */
     52/* Keyboard commands. */
    5453#define KBD_ENABLE      0xf4
    5554#define KBD_DISABLE     0xf5
     
    576575}
    577576
    578  /** @}
    579  */
    580 
     577/** @}
     578 */
     579
Note: See TracChangeset for help on using the changeset viewer.