X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fframework%2Fworkers%2Fnr5g_fapi_phy2mac_thread.h;h=18c02d38e4504c22bab4ee6df091592ecd802cc6;hb=HEAD;hp=79e20b3a655d45d59483d44fadfa6a0c4c825d02;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/framework/workers/nr5g_fapi_phy2mac_thread.h b/fapi_5g/source/framework/workers/nr5g_fapi_phy2mac_thread.h index 79e20b3..18c02d3 100644 --- a/fapi_5g/source/framework/workers/nr5g_fapi_phy2mac_thread.h +++ b/fapi_5g/source/framework/workers/nr5g_fapi_phy2mac_thread.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. @@ -18,9 +18,10 @@ #ifndef _NR5G_FAPI_PHY2MAC_THREAD_H_ #define _NR5G_FAPI_PHY2MAC_THREAD_H_ -#include "gnb_l1_l2_api.h" +#include "common_mac_phy_api.h" void nr5g_fapi_phy2mac_api_recv_handler( + bool is_urllc, void *config, PMAC2PHY_QUEUE_EL p_msg_list);