mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 09:56:58 +07:00
f5e2289a14
Import new headers from our firmware branch: git://git.kernel.org/pub/scm/linux/kernel/git/chr/carl9170fw.git Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
8 lines
256 B
C
8 lines
256 B
C
#ifndef __CARL9170_SHARED_VERSION_H
|
|
#define __CARL9170_SHARED_VERSION_H
|
|
#define CARL9170FW_VERSION_YEAR 11
|
|
#define CARL9170FW_VERSION_MONTH 8
|
|
#define CARL9170FW_VERSION_DAY 15
|
|
#define CARL9170FW_VERSION_GIT "1.9.4"
|
|
#endif /* __CARL9170_SHARED_VERSION_H */
|