bl_bit.h 169 B

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