Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
avr32_ksyms.c
Go to the documentation of this file.
1 /*
2  * Export AVR32-specific functions for loadable modules.
3  *
4  * Copyright (C) 2004-2006 Atmel Corporation
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10 #include <linux/delay.h>
11 #include <linux/io.h>
12 #include <linux/module.h>
13 
14 #include <asm/checksum.h>
15 #include <asm/uaccess.h>
16 
17 /*
18  * GCC functions
19  */
20 extern unsigned long long __avr32_lsl64(unsigned long long u, unsigned long b);
21 extern unsigned long long __avr32_lsr64(unsigned long long u, unsigned long b);
22 extern unsigned long long __avr32_asr64(unsigned long long u, unsigned long b);
26 
27 /*
28  * String functions
29  */
32 
35 
36 /*
37  * Userspace access stuff.
38  */
47 
50 
51 /* Delay loops (lib/delay.S) */
55 
56 /* Bit operations (lib/findbit.S) */
63 
64 /* I/O primitives (lib/io-*.S) */