Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
module.h
Go to the documentation of this file.
1 /*
2  * Copyright 2004-2008 Analog Devices Inc.
3  *
4  * Licensed under the GPL-2 or later.
5  */
6 
7 #ifndef _ASM_BFIN_MODULE_H
8 #define _ASM_BFIN_MODULE_H
9 
10 #include <asm-generic/module.h>
11 
12 struct mod_arch_specific {
21 };
22 #endif /* _ASM_BFIN_MODULE_H */