mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
2f10e50e3d
Import new headers from my firmware branch: <https://github.com/chunkeey/carl9170fw> Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
8 lines
256 B
C
8 lines
256 B
C
#ifndef __CARL9170_SHARED_VERSION_H
|
|
#define __CARL9170_SHARED_VERSION_H
|
|
#define CARL9170FW_VERSION_YEAR 16
|
|
#define CARL9170FW_VERSION_MONTH 2
|
|
#define CARL9170FW_VERSION_DAY 15
|
|
#define CARL9170FW_VERSION_GIT "1.9.9"
|
|
#endif /* __CARL9170_SHARED_VERSION_H */
|