2005-06-22 13:26:05 -06:00
|
|
|
/*
|
|
|
|
* linux/arch/arm/kernel/signal.h
|
|
|
|
*
|
2009-10-25 09:39:37 -06:00
|
|
|
* Copyright (C) 2005-2009 Russell King.
|
2005-06-22 13:26:05 -06: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 07:18:50 -07:00
|
|
|
#define KERN_SIGRETURN_CODE (CONFIG_VECTORS_BASE + 0x00000500)
|
2005-06-22 13:26:05 -06:00
|
|
|
|
2006-01-18 15:38:47 -07:00
|
|
|
extern const unsigned long sigreturn_codes[7];
|