This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / asm-ppc64 / sstep.h
1 /*
2  * Copyright (C) 2004 Paul Mackerras <paulus@au.ibm.com>, IBM
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License
6  * as published by the Free Software Foundation; either version
7  * 2 of the License, or (at your option) any later version.
8  */
9
10 struct pt_regs;
11
12 /* Emulate instructions that cause a transfer of control. */
13 extern int emulate_step(struct pt_regs *regs, unsigned int instr);