[PATCH 22/22] xtensa: Introducing asm/syscalls.h
- Date: Mon, 21 Jul 2008 05:30:08 +0530
- From: Jaswinder Singh <jaswinder@xxxxxxxxxxxxx>
- Subject: [PATCH 22/22] xtensa: Introducing asm/syscalls.h
Declaring arch-dependent syscalls for xtensa architecture Signed-off-by: Jaswinder Singh <jaswinder@xxxxxxxxxxxxx> --- include/asm-xtensa/syscalls.h | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/include/asm-xtensa/syscalls.h b/include/asm-xtensa/syscalls.h index e69de29..4aa949e 100644 --- a/include/asm-xtensa/syscalls.h +++ b/include/asm-xtensa/syscalls.h @@ -0,0 +1,17 @@ +/* + * syscalls.h - Linux syscall interfaces (arch-specific) + * + * Copyright (c) 2008 Jaswinder Singh + * + * This file is released under the GPLv2. + * See the file COPYING for more details. + * + * Please do not call me directly, include linux/syscalls.h + */ + +#ifndef _ASM_XTENSA_SYSCALLS_H +#define _ASM_XTENSA_SYSCALLS_H + +/* define arch dependent syscalls here */ + +#endif /* _ASM_XTENSA_SYSCALLS_H */ -- 1.5.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/22] Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 1/22] Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 2/22] alpha: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 3/22] arm: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 4/22] avr32: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 5/22] blackfin: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 6/22] cris: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 7/22] frv: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 8/22] h8300: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 9/22] ia64: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 10/22] m32r: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 11/22] m68k: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 12/22] m68knommu: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 13/22] mips: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 14/22] mn10300: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 15/22] parisc: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 16/22] s390: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 17/22] sh: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 18/22] sparc: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 19/22] um: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 20/22] v850: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 21/22] x86: Introducing asm/syscalls.h
- From: Jaswinder Singh
- [PATCH 0/22] Introducing asm/syscalls.h
- Prev by Date: [PATCH 21/22] x86: Introducing asm/syscalls.h
- Next by Date: Re: [PATCH 2/2] coredump: exit_mm: clear ->mm first, then play with ->core_state
- Previous by thread: [PATCH 21/22] x86: Introducing asm/syscalls.h
- Next by thread: Re: [PATCH 9/22] ia64: Introducing asm/syscalls.h
- Index(es):