~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/avr32/mach-at32ap/include/mach/cpu.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#define cpu_is_at91sam9263()    (0)
32
32
#define cpu_is_at91sam9rl()     (0)
33
33
#define cpu_is_at91cap9()       (0)
 
34
#define cpu_is_at91cap9_revB()  (0)
 
35
#define cpu_is_at91cap9_revC()  (0)
34
36
#define cpu_is_at91sam9g10()    (0)
 
37
#define cpu_is_at91sam9g20()    (0)
35
38
#define cpu_is_at91sam9g45()    (0)
36
39
#define cpu_is_at91sam9g45es()  (0)
 
40
#define cpu_is_at91sam9m10()    (0)
 
41
#define cpu_is_at91sam9g46()    (0)
 
42
#define cpu_is_at91sam9m11()    (0)
 
43
#define cpu_is_at91sam9x5()     (0)
 
44
#define cpu_is_at91sam9g15()    (0)
 
45
#define cpu_is_at91sam9g35()    (0)
 
46
#define cpu_is_at91sam9x35()    (0)
 
47
#define cpu_is_at91sam9g25()    (0)
 
48
#define cpu_is_at91sam9x25()    (0)
37
49
 
38
50
#endif /* __ASM_ARCH_CPU_H */