Changeset 06e1e95 in mainline for kernel/generic/include/mm/asid.h


Ignore:
Timestamp:
2006-09-14T17:09:21Z (18 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/generic/include/mm/asid.h

    re5ecc02 r06e1e95  
    2727 */
    2828
    29  /** @addtogroup genericmm
     29/** @addtogroup genericmm
    3030 * @{
    3131 */
     
    3838 */
    3939
    40 #ifndef __ASID_H__
    41 #define __ASID_H__
     40#ifndef KERN_ASID_H_
     41#define KERN_ASID_H_
    4242
    4343#ifndef __ASM__
     
    8484#endif
    8585
    86 
    87  /** @}
     86/** @}
    8887 */
    89 
Note: See TracChangeset for help on using the changeset viewer.