Changeset 0ffa3ef5 in mainline for arch/sparc64/include/asm.h


Ignore:
Timestamp:
2006-07-10T20:57:30Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11675207
Parents:
7f1c620
Message:

Sync OpenFirmware functionality with boot.
Random cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/include/asm.h

    r7f1c620 r0ffa3ef5  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __sparc64_ASM_H__
    36 #define __sparc64_ASM_H__
     35#ifndef KERN_sparc64_ASM_H_
     36#define KERN_sparc64_ASM_H_
    3737
    3838#include <typedefs.h>
     
    305305}
    306306
    307 
    308 
    309307void cpu_halt(void);
    310308void cpu_sleep(void);
     
    313311#endif
    314312
    315  /** @}
    316  */
    317 
     313/** @}
     314 */
Note: See TracChangeset for help on using the changeset viewer.