]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/ethernet/aquantia/atlantic/ver.h
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / drivers / net / ethernet / aquantia / atlantic / ver.h
CommitLineData
75a6faf6 1/* SPDX-License-Identifier: GPL-2.0-only */
5015024d
DV
2/*
3 * aQuantia Corporation Network Driver
4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
5015024d
DV
5 */
6
7#ifndef VER_H
8#define VER_H
9
6de97c04
IR
10#define NIC_MAJOR_DRIVER_VERSION 2
11#define NIC_MINOR_DRIVER_VERSION 0
85e55db7 12#define NIC_BUILD_DRIVER_VERSION 4
1d1c2122 13#define NIC_REVISION_DRIVER_VERSION 0
5015024d 14
d4c242d4
IR
15#define AQ_CFG_DRV_VERSION_SUFFIX "-kern"
16
5015024d 17#endif /* VER_H */