Ignore:
Timestamp:
2006-09-14T17:09:21Z (19 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/mips32/include/drivers/msim.h

    re5ecc02 r06e1e95  
    2727 */
    2828
    29  /** @addtogroup mips32
     29/** @addtogroup mips32 
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _MSIM_H_
    36 #define _MSIM_H_
     35#ifndef KERN_mips32_MSIM_H_
     36#define KERN_mips32_MSIM_H_
    3737
    3838#include <console/chardev.h>
    3939
    40 #define MSIM_VIDEORAM            0xB0000000
     40#define MSIM_VIDEORAM                   0xB0000000
    4141/** Address of 'keyboard' device. */
    4242#define MSIM_KBD_ADDRESS                0xB0000000
     
    4949#endif
    5050
    51  /** @}
     51/** @}
    5252 */
    53 
Note: See TracChangeset for help on using the changeset viewer.