]> Git Repo - J-linux.git/blob - arch/parisc/include/asm/sections.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / parisc / include / asm / sections.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _PARISC_SECTIONS_H
3 #define _PARISC_SECTIONS_H
4
5 #ifdef CONFIG_HAVE_FUNCTION_DESCRIPTORS
6 #include <asm/elf.h>
7 typedef Elf64_Fdesc func_desc_t;
8 #endif
9
10 /* nothing to see, move along */
11 #include <asm-generic/sections.h>
12
13 extern char __alt_instructions[], __alt_instructions_end[];
14
15 #endif
This page took 0.024541 seconds and 4 git commands to generate.