upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / media / video / s5p-tv / mhl_v1 / si_RegioCbus.h
1 /***************************************************************************
2
3
4
5 *   SiI9244 - MHL Transmitter Driver
6
7 *
8
9 * Copyright (C) (2011, Silicon Image Inc)
10
11 *
12
13 * This program is free software; you can redistribute it and/or modify
14
15 * it under the terms of the GNU General Public License as published by
16
17 * the Free Software Foundation version 2.
18
19 *
20
21 * This program is distributed ¡°as is¡± WITHOUT ANY WARRANTY of any
22
23 * kind, whether express or implied; without even the implied warranty
24
25 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
27 * GNU General Public License for more details.
28
29 *
30
31 *****************************************************************************/
32
33 #ifndef __SI_REGIO_H__
34 #define __SI_REGIO_H__
35
36 #include <linux/types.h>
37
38 #include "Common_Def.h"
39
40
41
42 byte SiIRegioCbusRead ( word regAddr, byte channel );
43 void SiIRegioCbusWrite ( word regAddr, byte channel, byte value );
44
45 #endif // __SI_REGIO_H__
46