Ignore:
Timestamp:
Jun 6, 2009, 11:07:11 AM (16 years ago)
Author:
Paul Smedley
Message:

Reorganise code to make maintenance easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/asm/bitops.h

    r32 r442  
    1 #ifndef _I386_BITOPS_H
    2 #define _I386_BITOPS_H
     1#ifndef _ASM_BITOPS_H
     2#define _ASM_BITOPS_H
    33
    44/*
     
    101101#define test_bit(nr, addr) (((1UL << (nr & 31)) & (((const unsigned int *) addr)[nr >> 5])) != 0)
    102102
    103 #endif /* _I386_BITOPS_H */
     103#endif /* _ASM_BITOPS_H */
Note: See TracChangeset for help on using the changeset viewer.