Ignore:
Timestamp:
2013-12-28T17:16:44Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1023bcb
Parents:
f6f22cdb
Message:

code revision
coding style fixes
removal of debugging printouts and other temporary stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/include/arch/machine/leon3/leon3.h

    rf6f22cdb r32e8cd1  
    2727 */
    2828
    29 /** @addtogroup sparc32leon3 LEON3
    30  *  @brief LEON3 System-on-chip.
    31  *  @ingroup arm32
     29/** @addtogroup sparc32leon3
     30 * @brief LEON3 System-on-chip.
     31 * @ingroup sparc32
    3232 * @{
    3333 */
    3434
    35 #ifndef KERN_sparc32_leon3_H_
    36 #define KERN_sparc32_leon3_H_
     35#ifndef KERN_sparc32_LEON3_H_
     36#define KERN_sparc32_LEON3_H_
    3737
    3838#include <arch/machine_func.h>
    3939
     40#define LEON3_SDRAM_START  0x40000000
     41#define LEON3_IRQ_COUNT    15
     42
    4043extern struct sparc_machine_ops leon3_machine_ops;
    41 
    42 #define LEON3_SDRAM_START 0x40000000
    43 #define LEON3_IRQ_COUNT 15
    4444
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.