ts_fd.c

来自「嵌入式Linux下的触摸屏驱动源代码」· C语言 代码 · 共 19 行

C
19
字号
/*
 *  tslib/src/ts_fd.c
 *
 *  Copyright (C) 2002 Russell King.
 *
 * This file is placed under the LGPL.  Please see the file
 * COPYING for more details.
 *
 * $Id: ts_fd.c,v 1.1 2002/01/15 16:18:07 rmk Exp $
 *
 * Return the file descriptor for a touchscreen device.
 */
#include "tslib-private.h"

int ts_fd(struct tsdev *ts)
{
	return ts->fd;
}

⌨️ 快捷键说明

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