aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/camera/qt.h
blob: e58368a22f07975caedf15be33d9c4bee293552e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * SW.LEE <hitchcar@samsung.com>
 *   
 * This file is subject to the terms and conditions of the GNU General Public
 * License 2. See the file COPYING in the main directory of this archive
 * for more details.
 */

#ifndef __Z_API_H_
#define __Z_API_H_

extern ssize_t z_read(struct file *f, char *buf, size_t count, loff_t *pos);
extern ssize_t z_write(struct file *f, const char *b, size_t c, loff_t *pos);



#endif