Go to the documentation of this file. 1 #ifndef __ASM_SH_USER_H
2 #define __ASM_SH_USER_H
4 #include <asm/ptrace.h>
30 #if defined(__SH5__) || defined(CONFIG_CPU_SH5)
61 #define NBPG PAGE_SIZE
63 #define HOST_TEXT_START_ADDR (u.start_code)
64 #define HOST_DATA_START_ADDR (u.start_data)
65 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)