Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
arthur.c File Reference
#include <linux/module.h>
#include <linux/personality.h>
#include <linux/stddef.h>
#include <linux/signal.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <asm/ptrace.h>

Go to the source code of this file.

Macros

#define ARTHUR_SIGABRT   1
 
#define ARTHUR_SIGFPE   2
 
#define ARTHUR_SIGILL   3
 
#define ARTHUR_SIGINT   4
 
#define ARTHUR_SIGSEGV   5
 
#define ARTHUR_SIGTERM   6
 
#define ARTHUR_SIGSTAK   7
 
#define ARTHUR_SIGUSR1   8
 
#define ARTHUR_SIGUSR2   9
 
#define ARTHUR_SIGOSERROR   10
 

Functions

 module_init (arthur_init)
 
 module_exit (arthur_exit)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define ARTHUR_SIGABRT   1

Definition at line 28 of file arthur.c.

#define ARTHUR_SIGFPE   2

Definition at line 29 of file arthur.c.

#define ARTHUR_SIGILL   3

Definition at line 30 of file arthur.c.

#define ARTHUR_SIGINT   4

Definition at line 31 of file arthur.c.

#define ARTHUR_SIGOSERROR   10

Definition at line 37 of file arthur.c.

#define ARTHUR_SIGSEGV   5

Definition at line 32 of file arthur.c.

#define ARTHUR_SIGSTAK   7

Definition at line 34 of file arthur.c.

#define ARTHUR_SIGTERM   6

Definition at line 33 of file arthur.c.

#define ARTHUR_SIGUSR1   8

Definition at line 35 of file arthur.c.

#define ARTHUR_SIGUSR2   9

Definition at line 36 of file arthur.c.

Function Documentation

module_exit ( arthur_exit  )
module_init ( arthur_init  )
MODULE_LICENSE ( "GPL"  )