xref: /openbmc/linux/arch/parisc/include/asm/sections.h (revision d3964221)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _PARISC_SECTIONS_H
3 #define _PARISC_SECTIONS_H
4 
5 /* nothing to see, move along */
6 #include <asm-generic/sections.h>
7 
8 #ifdef CONFIG_64BIT
9 #undef dereference_function_descriptor
10 void *dereference_function_descriptor(void *);
11 #endif
12 
13 #endif
14