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