Changeset 1601f3c in mainline for uspace/srv/console/console.h


Ignore:
Timestamp:
2009-05-21T15:32:42Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d158097
Parents:
a095d20
Message:

console cleanup (no functional changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/console/console.h

    ra095d20 r1601f3c  
    2828
    2929/** @addtogroup console
    30  * @{ 
     30 * @{
    3131 */
    3232/** @file
     
    3636#define __CONSOLE_H__
    3737
    38 #define KERNEL_CONSOLE 11
    39 
    40 #define CONSOLE_COUNT 12
     38#define CONSOLE_COUNT   12
     39#define KERNEL_CONSOLE  11
    4140
    4241#endif
    43  
     42
    4443/** @}
    4544 */
Note: See TracChangeset for help on using the changeset viewer.