ul_drv_init.h

来自「一个linux下rs485驱动程序的源代码」· C头文件 代码 · 共 37 行

H
37
字号
/*******************************************************************  uLan Communication - uL_DRV - multiplatform uLan driver  ul_drv.h	- driver definitions and types  (C) Copyright 1996-2004 by Pavel Pisa - project originator        http://cmp.felk.cvut.cz/~pisa  (C) Copyright 1996-2004 PiKRON Ltd.        http://www.pikron.com  (C) Copyright 2002-2004 Petr Smolik    The uLan driver project can be used and distributed   in compliance with any of next licenses   - GPL - GNU Public License     See file COPYING for details.   - LGPL - Lesser GNU Public License   - MPL - Mozilla Public License   - and other licenses added by project originator  Code can be modified and re-distributed under any combination  of the above listed licenses. If contributor does not agree with  some of the licenses, he/she can delete appropriate line.  WARNING: if you delete all lines, you are not allowed to  distribute code or sources in any form. *******************************************************************/#ifndef _UL_DRV_INIT_H#define _UL_DRV_INIT_Hstruct ul_drv;int ul_drv_add_dev(struct ul_drv *udrv);struct ul_drv *ul_drv_new(int port, int irq, int baud, int my_adr, char *chip_name, long baudbase);#endif /* _UL_DRV_INIT_H */

⌨️ 快捷键说明

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