oleavr-rgl-a500-mini-linux-.../drivers/net/wireless/xradio/wlan/xr_version.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

19 lines
474 B
C
Executable file

/*
* version for XRadio drivers
*
* Copyright (c) 2013
* Xradio Technology Co., Ltd. <www.xradiotech.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef XR_VERSION_H
#define XR_VERSION_H
#define XRADIO_VERSION "XR_V02.15.06"
#define XRADIO_MAIN_VER 2
#define XRADIO_SUB_VER 15
#define XRADIO_REV_VER 05
#endif