upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / mach-s5pv310 / include / mach / media.h
1 /* linux/arch/arm/mach-s5pv310/include/mach/media.h
2  *
3  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4  *      http://www.samsung.com/
5  *
6  * Samsung Media device descriptions for smdkv310
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #ifndef _S5PV310_MEDIA_H
14 #define _S5PV310_MEDIA_H
15
16 #define S5P_MDEV_PMEM           0
17 #define S5P_MDEV_MFC            1
18 #define S5P_MDEV_FIMD           2
19 #define S5P_MDEV_FIMC0          3
20 #define S5P_MDEV_FIMC1          4
21 #define S5P_MDEV_FIMC2          5
22 #define S5P_MDEV_FIMC3          6
23 #define S5P_MDEV_JPEG           7
24 #define S5P_MDEV_MALI           8
25
26 #endif
27