Changeset 06e1e95 in mainline for kernel/arch/ia32/include/asm.h


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/ia32/include/asm.h

    re5ecc02 r06e1e95  
    2828 */
    2929
    30  /** @addtogroup ia32   
     30/** @addtogroup ia32   
    3131 * @{
    3232 */
     
    3434 */
    3535
    36 #ifndef __ia32_ASM_H__
    37 #define __ia32_ASM_H__
     36#ifndef KERN_ia32_ASM_H_
     37#define KERN_ia32_ASM_H_
    3838
    3939#include <arch/pm.h>
     
    297297#endif
    298298
    299  /** @}
    300  */
    301 
     299/** @}
     300 */
Note: See TracChangeset for help on using the changeset viewer.