/***************************************************************************** * Copyright (c) 2021, MaxLinear, Inc. * * For licensing information, see the file 'LICENSE' in the root folder of * this software module. *******************************************************************************/ #ifndef DATAPATH_VER_H_ #define DATAPATH_VER_H_ #define DP_VER_MAJ 1 #define DP_VER_MID 0 #define DP_VER_MIN 0 #define DP_VER_TAG 50 #endif