forked from Minki/linux
dbc35cc73f
This patch make elh.h a symlink to the new arch-specific include files of the form elf-<subarch>.h, as in the same way already is done for some other includes. Also moves Elf-stuff from archparam-<subarch>.h and elf.h to the new elf-<subarch>.h files. Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 lines
363 B
C
18 lines
363 B
C
#ifndef __UM_ARCHPARAM_PPC_H
|
|
#define __UM_ARCHPARAM_PPC_H
|
|
|
|
/********* Bits for asm-um/hw_irq.h **********/
|
|
|
|
struct hw_interrupt_type;
|
|
|
|
/********* Bits for asm-um/hardirq.h **********/
|
|
|
|
#define irq_enter(cpu, irq) hardirq_enter(cpu)
|
|
#define irq_exit(cpu, irq) hardirq_exit(cpu)
|
|
|
|
/********* Bits for asm-um/string.h **********/
|
|
|
|
#define __HAVE_ARCH_STRRCHR
|
|
|
|
#endif
|