| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _PARISC_SECTIONS_H | 
| 2 | #define _PARISC_SECTIONS_H | ||||
| 3 | |||||
| 4 | /* nothing to see, move along */ | ||||
| 5 | #include <asm-generic/sections.h> | ||||
| 6 | |||||
| James Bottomley | deac93d | 2008-09-03 20:43:36 -0500 | [diff] [blame] | 7 | #ifdef CONFIG_64BIT | 
| 8 | #undef dereference_function_descriptor | ||||
| 9 | void *dereference_function_descriptor(void *); | ||||
| 10 | #endif | ||||
| 11 | |||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | #endif |