X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Ftile%2Finclude%2Fasm%2Ftraps.h;h=d06e35f572010cc1a5f4de4e78740039b785f89d;hp=432a9c15c8a2bff86d997703fd5212ed3cc02e26;hb=b4020c1b198c0f0c0b0ff0cfdd824a26b93edd6f;hpb=52204705b2fef6cb70b49dfa19c363fc88e72bde diff --git a/arch/tile/include/asm/traps.h b/arch/tile/include/asm/traps.h index 432a9c15c8a2..d06e35f57201 100644 --- a/arch/tile/include/asm/traps.h +++ b/arch/tile/include/asm/traps.h @@ -59,4 +59,8 @@ void do_hardwall_trap(struct pt_regs *, int fault_num); void do_breakpoint(struct pt_regs *, int fault_num); +#ifdef __tilegx__ +void gx_singlestep_handle(struct pt_regs *, int fault_num); +#endif + #endif /* _ASM_TILE_SYSCALLS_H */