2012-03-28 17:30:03 +00:00
|
|
|
#ifndef __ASM_SH_BL_BIT_H
|
|
|
|
#define __ASM_SH_BL_BIT_H
|
|
|
|
|
|
|
|
#ifdef CONFIG_SUPERH32
|
2012-10-02 17:01:25 +00:00
|
|
|
# include <asm/bl_bit_32.h>
|
2012-03-28 17:30:03 +00:00
|
|
|
#else
|
2012-10-02 17:01:25 +00:00
|
|
|
# include <asm/bl_bit_64.h>
|
2012-03-28 17:30:03 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ASM_SH_BL_BIT_H */
|