blob: 9d13c3507ad612f95fcc77085cc26e3a2d31192f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _PARISC_SECTIONS_H
2#define _PARISC_SECTIONS_H
3
4/* nothing to see, move along */
5#include <asm-generic/sections.h>
6
James Bottomleydeac93d2008-09-03 20:43:36 -05007#ifdef CONFIG_64BIT
8#undef dereference_function_descriptor
9void *dereference_function_descriptor(void *);
10#endif
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#endif