diff options
| author | Michael Brown | 2006-03-16 19:30:46 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-03-16 19:30:46 +0100 |
| commit | 28cefdccc414430229dcf2d799a5fce1d18025f7 (patch) | |
| tree | 0cab5232c625d8825e9d3a03f72f8b91da010e60 /src/drivers/net/mlx_ipoib/mt_version.c | |
| parent | Merge from Etherboot 5.4 (diff) | |
| parent | Import from Etherboot 5.4 (diff) | |
| download | ipxe-28cefdccc414430229dcf2d799a5fce1d18025f7.tar.gz ipxe-28cefdccc414430229dcf2d799a5fce1d18025f7.tar.xz ipxe-28cefdccc414430229dcf2d799a5fce1d18025f7.zip | |
Merge from Etherboot 5.4
Diffstat (limited to 'src/drivers/net/mlx_ipoib/mt_version.c')
| -rw-r--r-- | src/drivers/net/mlx_ipoib/mt_version.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/drivers/net/mlx_ipoib/mt_version.c b/src/drivers/net/mlx_ipoib/mt_version.c new file mode 100644 index 000000000..2dbd67a6a --- /dev/null +++ b/src/drivers/net/mlx_ipoib/mt_version.c @@ -0,0 +1,23 @@ +/* + This software is available to you under a choice of one of two + licenses. You may choose to be licensed under the terms of the GNU + General Public License (GPL) Version 2, available at + <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD + license, available in the LICENSE.TXT file accompanying this + software. These details are also available at + <http://openib.org/license.html>. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + + Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved. +*/ + +/* definition of the build version goes here */ +const char *build_revision= "113"; |
