bl_bit.h 177 B

1234567891011
  1. #ifndef __ASM_SH_BL_BIT_H
  2. #define __ASM_SH_BL_BIT_H
  3. #ifdef CONFIG_SUPERH32
  4. # include <asm/bl_bit_32.h>
  5. #else
  6. # include <asm/bl_bit_64.h>
  7. #endif
  8. #endif /* __ASM_SH_BL_BIT_H */