/* * xr806/xr_version.h * * Copyright (c) 2022 * Allwinner Technology Co., Ltd. * laumy * * xradio wlan driver version for Xr806 drivers * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * */ #ifndef XR_VERSION_H #define XR_VERSION_H #define XRADIO_VERSION "XR_V1.002.2023.04.11" #define XRADIO_VERSION_ID (0x1) #endif