blob: 06e4163c6746d03e8e106dd0abaa3ad3afc23bdf [file] [log] [blame]
David Howellse839ca52012-03-28 18:30:03 +01001#ifndef __ASM_SH_BL_BIT_H
2#define __ASM_SH_BL_BIT_H
3
4#ifdef CONFIG_SUPERH32
David Howellsa1ce3922012-10-02 18:01:25 +01005# include <asm/bl_bit_32.h>
David Howellse839ca52012-03-28 18:30:03 +01006#else
David Howellsa1ce3922012-10-02 18:01:25 +01007# include <asm/bl_bit_64.h>
David Howellse839ca52012-03-28 18:30:03 +01008#endif
9
10#endif /* __ASM_SH_BL_BIT_H */