/****************************************************************************** * * Copyright(c) 2020 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * The full GNU General Public License is included in this distribution in the * file called LICENSE. * * Contact Information: * wlanfae * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, * Hsinchu 300, Taiwan. * * Larry Finger * *****************************************************************************/ #ifndef __PHL_GIT_INFO_H__ #define __PHL_GIT_INFO_H__ /*@--------------------------[Define] ---------------------------------------*/ #define RTK_CORE_SHA1 "edded47829b545bba085bcb89923bd8886c3c0af" #define RTK_PHL_SHA1 "2025cc4d9a953e2ba009073694e74632e91f52f6" #define RTK_HALMAC_SHA1 "693aef8a239c73f3ce6127fd44ce6e7bbdfecb66" #define RTK_HALBB_SHA1 "3022229e7c76a53665f724247297d35c7203080a" #define RTK_HALRF_SHA1 "13eb01605c9ce25baa82f76c580bf5344306290e" #define RTK_BTC_SHA1 "b472110e030d7e74464d9516ff3f1f428853bc5e" #define RTK_CORE_TAGINFO "v1.15.9.2-11-gedded47" #define RTK_PHL_TAGINFO "PHL_1_15_44_0100-37-g2025cc4" #define RTK_HALMAC_TAGINFO "HALMAC_0_25_47_0-0-g693aef8" #define RTK_HALBB_TAGINFO "HALBB_025_026_06-0-g3022229" #define RTK_HALRF_TAGINFO "HALRF_025_00_027-0-g13eb016" #define RTK_BTC_TAGINFO "HALBTC_025_023-0-gb472110" #endif /* __PHL_GIT_INFO_H__ */