sections.h 244 B

123456789101112
  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