~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-s390/gdb-stub.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  *  include/asm-s390/gdb-stub.h
  3  *
  4  *  S390 version
  5  *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
  6  *    Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
  7  */
  8 
  9 #ifndef __S390_GDB_STUB__
 10 #define __S390_GDB_STUB__
 11 #include <linux/config.h>
 12 #if CONFIG_REMOTE_DEBUG
 13 #include <asm/s390-gdbregs.h>
 14 #include <asm/ptrace.h>
 15 extern int    gdb_stub_initialised;
 16 extern void gdb_stub_handle_exception(gdb_pt_regs *regs,int sigval);
 17 #endif
 18 #endif
 19 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.