X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fapi_5g%2Fsource%2Fapi%2Ffapi2phy%2Fp5%2Fnr5g_fapi_fapi2phy_p5_pvt_proc.h;fp=fapi_5g%2Fsource%2Fapi%2Ffapi2phy%2Fp5%2Fnr5g_fapi_fapi2phy_p5_pvt_proc.h;h=61db225d2d6a1c8d37a159ac2cc07920fd1b66d0;hp=7f7f4e910b905cfd1cad5fdf861d760691d5bd77;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_fapi2phy_p5_pvt_proc.h b/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_fapi2phy_p5_pvt_proc.h index 7f7f4e9..61db225 100644 --- a/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_fapi2phy_p5_pvt_proc.h +++ b/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_fapi2phy_p5_pvt_proc.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2021 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,6 +26,8 @@ #ifndef _NR5G_FAPI_FAP2PHY_P5_PVT_PROC_H_ #define _NR5G_FAPI_FAP2PHY_P5_PVT_PROC_H_ +#include "nr5g_mac_phy_api.h" + //x is 32 bit variable, y is length in bytes #define GETVLFRM32B(x, y) ((x) & ((0xFFFFFFFF) >> (32 - (y << 3))))