userapp.h

来自「用于三星S3C2440A和S3C24A0A的VGA或SXGA驱动程序」· C头文件 代码 · 共 45 行

H
45
字号
/*    Character Driver API Interface    Copyright (C) 2003 Samsung Electronics (SW.LEE: hitchcar@samsung.com)    This program is free software; you can redistribute it and/or modify    it under the terms of the GNU General Public License as published by    the Free Software Foundation; either version 2 of the License, or    (at your option) any later version.*/#ifndef __FIMC20_CAMIF_USR_APP_H_#define __FIMC20_CAMIF_USR_APP_H_/*  * IOCTL Command for Character Driver */ #define CMD_CAMERA_INIT   0x23/*  Test Application Usage */typedef struct {        int src_x;        int src_y;        int dst_x;        int dst_y;        int bpp;        int flip;} camif_param_t;#endif/*  * Local variables: * tab-width: 8 *  c-indent-level: 8 *  c-basic-offset: 8 *  c-set-style: "K&R" * End: */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?