Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/linux.git] / arch / um / include / shared / frame_kern.h
1 /*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
5
6 #ifndef __FRAME_KERN_H_
7 #define __FRAME_KERN_H_
8
9 extern int setup_signal_stack_sc(unsigned long stack_top, struct ksignal *ksig,
10 struct pt_regs *regs, sigset_t *mask);
11 extern int setup_signal_stack_si(unsigned long stack_top, struct ksignal *ksig,
12 struct pt_regs *regs, sigset_t *mask);
13
14 #endif
15
This page took 0.048304 seconds and 5 git commands to generate.