sigcontext-ppc.h 150 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9 10
#ifndef __UM_SIGCONTEXT_PPC_H
#define __UM_SIGCONTEXT_PPC_H

#define pt_regs sys_pt_regs

#include "asm/sigcontext-generic.h"

#undef pt_regs

#endif