summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/module.h
blob: f44977ec81d133000fbc575f519d4d78a89209b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ASM_SPARC64_MODULE_H
#define _ASM_SPARC64_MODULE_H
/*
 * This file contains the sparc64 architecture specific module code.
 */

extern void * module_map (unsigned long size);
extern void module_unmap (void *addr);
#define module_arch_init(x)	(0)

#endif /* _ASM_SPARC64_MODULE_H */