/arch/parisc/include/asm/sections.h
https://github.com/aicjofs/android_kernel_lge_v500_20d · C Header · 12 lines · 8 code · 3 blank · 1 comment · 0 complexity · 124c98e40aea35e7cd574f5824bbe15a MD5 · raw file
- #ifndef _PARISC_SECTIONS_H
- #define _PARISC_SECTIONS_H
- /* nothing to see, move along */
- #include <asm-generic/sections.h>
- #ifdef CONFIG_64BIT
- #undef dereference_function_descriptor
- void *dereference_function_descriptor(void *);
- #endif
- #endif