Make most arch asm/module.h files use asm-generic/module.h
[deliverable/linux.git] / arch / blackfin / include / asm / module.h
CommitLineData
96f1050d 1/*
96956450
MF
2 * Copyright 2004-2008 Analog Devices Inc.
3 *
4 * Licensed under the GPL-2 or later.
5 */
96f1050d 6
1394f032
BW
7#ifndef _ASM_BFIN_MODULE_H
8#define _ASM_BFIN_MODULE_H
9
786d35d4 10#include <asm-generic/module.h>
1394f032
BW
11
12struct mod_arch_specific {
13 Elf_Shdr *text_l1;
14 Elf_Shdr *data_a_l1;
15 Elf_Shdr *bss_a_l1;
16 Elf_Shdr *data_b_l1;
17 Elf_Shdr *bss_b_l1;
262c3825
SZ
18 Elf_Shdr *text_l2;
19 Elf_Shdr *data_l2;
20 Elf_Shdr *bss_l2;
1394f032
BW
21};
22#endif /* _ASM_BFIN_MODULE_H */
This page took 0.382481 seconds and 5 git commands to generate.