]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/net/ethernet/aquantia/atlantic/ver.h
Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next
[mirror_ubuntu-focal-kernel.git] / drivers / net / ethernet / aquantia / atlantic / ver.h
CommitLineData
5015024d
DV
1/*
2 * aQuantia Corporation Network Driver
3 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 */
9
10#ifndef VER_H
11#define VER_H
12
13#define NIC_MAJOR_DRIVER_VERSION 1
d4c242d4
IR
14#define NIC_MINOR_DRIVER_VERSION 6
15#define NIC_BUILD_DRIVER_VERSION 13
5015024d
DV
16#define NIC_REVISION_DRIVER_VERSION 0
17
d4c242d4
IR
18#define AQ_CFG_DRV_VERSION_SUFFIX "-kern"
19
5015024d 20#endif /* VER_H */