Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5416bf33 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Haavard Skinnemoen
Browse files

avr32: add two new at91 to cpu.h definition



Somme common drivers will need those at91 cpu_is_xxx() definitions. As
at91sam9g10 and at91sam9g45 are on the way to linus' tree, here is the patch
that adds those chips to cpu.h in AVR32 architecture.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
parent 20920580
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -31,5 +31,7 @@
#define cpu_is_at91sam9263()	(0)
#define cpu_is_at91sam9263()	(0)
#define cpu_is_at91sam9rl()	(0)
#define cpu_is_at91sam9rl()	(0)
#define cpu_is_at91cap9()	(0)
#define cpu_is_at91cap9()	(0)
#define cpu_is_at91sam9g10()	(0)
#define cpu_is_at91sam9g45()	(0)


#endif /* __ASM_ARCH_CPU_H */
#endif /* __ASM_ARCH_CPU_H */