qt.h
来自「用于三星S3C2440A和S3C24A0A的VGA或SXGA驱动程序」· C头文件 代码 · 共 19 行
H
19 行
/* * 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?