X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fapi_5g%2Fsource%2Fframework%2Fwls%2Flib%2Fnr5g_fapi_wls.h;fp=fapi_5g%2Fsource%2Fframework%2Fwls%2Flib%2Fnr5g_fapi_wls.h;h=72a4d679aaa2ab1536c776536a558752bf1bd5cd;hp=c34052cd37bea850addc09093a2e29fc7ae92ced;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fapi_5g/source/framework/wls/lib/nr5g_fapi_wls.h b/fapi_5g/source/framework/wls/lib/nr5g_fapi_wls.h index c34052c..72a4d67 100644 --- a/fapi_5g/source/framework/wls/lib/nr5g_fapi_wls.h +++ b/fapi_5g/source/framework/wls/lib/nr5g_fapi_wls.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. @@ -28,7 +28,6 @@ #include "nr5g_fapi_std.h" #include "nr5g_fapi_common_types.h" #include "wls_lib.h" -#include "gnb_l1_l2_api.h" typedef void *WLS_HANDLE; @@ -93,11 +92,11 @@ typedef struct _nr5g_fapi_wls_context { extern nr5g_fapi_wls_context_t g_wls_ctx; -inline p_nr5g_fapi_wls_context_t nr5g_fapi_wls_context( +p_nr5g_fapi_wls_context_t nr5g_fapi_wls_context( ); -inline uint8_t nr5g_fapi_fapi2phy_wls_ready( +uint8_t nr5g_fapi_fapi2phy_wls_ready( ); -inline uint8_t nr5g_fapi_fapi2mac_wls_ready( +uint8_t nr5g_fapi_fapi2mac_wls_ready( ); uint8_t nr5g_fapi_wls_init( );