/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

  1. #ifndef _PARISC_SECTIONS_H
  2. #define _PARISC_SECTIONS_H
  3. /* nothing to see, move along */
  4. #include <asm-generic/sections.h>
  5. #ifdef CONFIG_64BIT
  6. #undef dereference_function_descriptor
  7. void *dereference_function_descriptor(void *);
  8. #endif
  9. #endif