You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.5 KiB
25 lines
1.5 KiB
18 years ago
|
/*****************************************************************************
|
||
|
* *
|
||
|
* File: *
|
||
|
* version.h *
|
||
|
* *
|
||
|
* Description: *
|
||
|
* Chelsio driver version defines. *
|
||
|
* *
|
||
|
* Copyright (c) 2003 - 2006 Chelsio Communications, Inc. *
|
||
|
* All rights reserved. *
|
||
|
* *
|
||
|
* Maintainers: maintainers@chelsio.com *
|
||
|
* *
|
||
|
* http://www.chelsio.com *
|
||
|
* *
|
||
|
****************************************************************************/
|
||
|
/* $Date: 2006/10/31 18:57:51 $ $RCSfile: version.h,v $ $Revision: 1.3 $ */
|
||
|
#ifndef __CHELSIO_VERSION_H
|
||
|
#define __CHELSIO_VERSION_H
|
||
|
#define DRV_DESC "Chelsio T3 Network Driver"
|
||
|
#define DRV_NAME "cxgb3"
|
||
|
/* Driver version */
|
||
|
#define DRV_VERSION "1.0"
|
||
|
#endif /* __CHELSIO_VERSION_H */
|