summaryrefslogtreecommitdiff
path: root/drivers/media/video/tiler/tcm/tcm_sita.h
blob: 59200a348b172fcec30974e734d7481d1496a09b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * tcm_sita.h
 *
 *  Created on: Mar 29, 2010
 *      Author: Ravi Ramachandra
 */

#ifndef TCM_SITA_H_
#define TCM_SITA_H_

#include "tcm.h"

struct tcm *sita_init(u16 width, u16 height, void *attr);

#endif /* TCM_SITA_H_ */