2005-06-22 21:26:05 +02:00
|
|
|
/*
|
|
|
|
* linux/arch/arm/kernel/signal.h
|
|
|
|
*
|
2009-10-25 16:39:37 +01:00
|
|
|
* Copyright (C) 2005-2009 Russell King.
|
2005-06-22 21:26:05 +02:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
2006-03-27 16:18:50 +02:00
|
|
|
#define KERN_SIGRETURN_CODE (CONFIG_VECTORS_BASE + 0x00000500)
|
2009-10-25 16:39:37 +01:00
|
|
|
#define KERN_RESTART_CODE (KERN_SIGRETURN_CODE + sizeof(sigreturn_codes))
|
2005-06-22 21:26:05 +02:00
|
|
|
|
2006-01-18 23:38:47 +01:00
|
|
|
extern const unsigned long sigreturn_codes[7];
|
2009-10-25 16:39:37 +01:00
|
|
|
extern const unsigned long syscall_restart_code[2];
|