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/cpu.h

    rf6f22cdb r32e8cd1  
    2727 */
    2828
    29 /** @addtogroup abs32le
     29/** @addtogroup sparc32
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_abs32le_CPU_H_
    36 #define KERN_abs32le_CPU_H_
     35#ifndef KERN_sparc32_CPU_H_
     36#define KERN_sparc32_CPU_H_
    3737
    38 /*
    39  * On real hardware this structure stores
    40  * information specific to the current
    41  * CPU model.
    42  */
    4338typedef struct {
    4439} cpu_arch_t;
Note: See TracChangeset for help on using the changeset viewer.