sigcontext-ppc.h 150 B

12345678910
  1. #ifndef __UM_SIGCONTEXT_PPC_H
  2. #define __UM_SIGCONTEXT_PPC_H
  3. #define pt_regs sys_pt_regs
  4. #include "asm/sigcontext-generic.h"
  5. #undef pt_regs
  6. #endif