3 lines
104 B
C
3 lines
104 B
C
struct pt_regs;
|
|
void handle_unaligned(struct pt_regs *regs);
|
|
int check_unaligned(struct pt_regs *regs);
|