kernel: replace local m25p80 patches with upstream submission
[openwrt.git] / target / linux / generic / files / include / linux / glamo-engine.h
1 #ifndef __GLAMO_ENGINE_H
2 #define __GLAMO_ENGINE_H
3
4 enum glamo_engine {
5         GLAMO_ENGINE_CAPTURE = 0,
6         GLAMO_ENGINE_ISP = 1,
7         GLAMO_ENGINE_JPEG = 2,
8         GLAMO_ENGINE_MPEG_ENC = 3,
9         GLAMO_ENGINE_MPEG_DEC = 4,
10         GLAMO_ENGINE_LCD = 5,
11         GLAMO_ENGINE_CMDQ = 6,
12         GLAMO_ENGINE_2D = 7,
13         GLAMO_ENGINE_3D = 8,
14         GLAMO_ENGINE_MMC = 9,
15         GLAMO_ENGINE_MICROP0 = 10,
16         GLAMO_ENGINE_RISC = 11,
17         GLAMO_ENGINE_MICROP1_MPEG_ENC = 12,
18         GLAMO_ENGINE_MICROP1_MPEG_DEC = 13,
19 #if 0
20         GLAMO_ENGINE_H264_DEC = 14,
21         GLAMO_ENGINE_RISC1 = 15,
22         GLAMO_ENGINE_SPI = 16,
23 #endif
24         __NUM_GLAMO_ENGINES
25 };
26
27 #endif