You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
244 B
13 lines
244 B
20 years ago
|
#ifndef _PARISC_SECTIONS_H
|
||
|
#define _PARISC_SECTIONS_H
|
||
|
|
||
|
/* nothing to see, move along */
|
||
|
#include <asm-generic/sections.h>
|
||
|
|
||
17 years ago
|
#ifdef CONFIG_64BIT
|
||
|
#undef dereference_function_descriptor
|
||
|
void *dereference_function_descriptor(void *);
|
||
|
#endif
|
||
|
|
||
20 years ago
|
#endif
|