upload tizen1.0 source
[kernel/linux-2.6.36.git] / include / linux / hib_ani.h
1 /*
2  * linux/include/linux/hib_ani.h
3  *
4  * Copyright (c) 2011 Samsung Electronics Co., Ltd.
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
11 #include <plat/hib1.h>
12 #include <plat/hib2.h>
13 #include <plat/hib3.h>
14 #include <plat/hib4.h>
15 #include <plat/hib5.h>
16 #include <plat/hibboot.h>
17 #include <plat/hibboot2.h>
18
19 static unsigned long *hib_anis[] __initdata = {
20         (unsigned long *)hib5,
21         (unsigned long *)hib4,
22         (unsigned long *)hib3,
23         (unsigned long *)hib2,
24         (unsigned long *)hib1,
25         (unsigned long *)hibboot,
26         (unsigned long *)hibboot2,
27 };