blob: 45808e97c84e6acb33fb3af15cd34d864c58f5c4 [file] [log] [blame]
Raghu Gandham82fa43f2012-03-27 11:37:17 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _ASM_MODULE_H
20#define _ASM_MODULE_H
21#include <linux/list.h>
22#include <asm/uaccess.h>
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24struct mod_arch_specific {
25 struct list_head dbe_list;
26 const struct exception_table_entry *dbe_start;
27 const struct exception_table_entry *dbe_end;
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29};
30typedef uint8_t Elf64_Byte;
31typedef struct {
32 Elf64_Addr r_offset;
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34 Elf64_Word r_sym;
35 Elf64_Byte r_ssym;
36 Elf64_Byte r_type3;
37 Elf64_Byte r_type2;
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39 Elf64_Byte r_type;
40} Elf64_Mips_Rel;
41typedef struct {
42 Elf64_Addr r_offset;
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 Elf64_Word r_sym;
45 Elf64_Byte r_ssym;
46 Elf64_Byte r_type3;
47 Elf64_Byte r_type2;
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49 Elf64_Byte r_type;
50 Elf64_Sxword r_addend;
51} Elf64_Mips_Rela;
52#error MODULE_PROC_FAMILY undefined for your processor configuration
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54#define MODULE_KERNEL_SMTC ""
55#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_KERNEL_TYPE MODULE_KERNEL_SMTC
56#endif