sections.h 332 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _PARISC_SECTIONS_H
  3. #define _PARISC_SECTIONS_H
  4. #ifdef CONFIG_HAVE_FUNCTION_DESCRIPTORS
  5. #include <asm/elf.h>
  6. typedef Elf64_Fdesc func_desc_t;
  7. #endif
  8. /* nothing to see, move along */
  9. #include <asm-generic/sections.h>
  10. extern char __alt_instructions[], __alt_instructions_end[];
  11. #endif