Files
openwrt-R7800-nss/package/qca-nss/qca-nss-drv/files/nss-firmware/nss_fw_version.h
Lucas Asvio e38c766dc7 package: add qca-nss support for k6.x
Before I can get to work a feed repository that work i have included
qca-nss source needed on this commit

Source author: SqTER-PL <r.napierala@asta-net.pl>
2025-08-04 18:52:30 +02:00

12 lines
287 B
C

#ifndef __NSS_FW_VERSION_H
#define __NSS_FW_VERSION_H
#define NSS_FW_VERSION_MAJOR 11
#define NSS_FW_VERSION_MINOR 4
#define NSS_FW_VERSION(a,b) (((a) << 8) + (b))
#define NSS_FW_VERSION_CODE NSS_FW_VERSION(NSS_FW_VERSION_MAJOR, NSS_FW_VERSION_MINOR)
#endif /* __NSS_FW_VERSION_H */