From 22837edfe20feb57c24f2a55edbb65757b3fab6a Mon Sep 17 00:00:00 2001 From: robot-rover Date: Thu, 11 Jun 2020 16:34:07 -0500 Subject: utils: Expose CHDR Types in Public API This commit exposes uhdlib/rfnoc/chdr_types.hpp in the public includes. Additionally, it takes some types from uhdlib/rfnoc/rfnoc_common.hpp and exposes them publicly in uhd/rfnoc/rfnoc_types.hpp. Finally, one constant is moved from uhdlib/rfnoc/rfnoc_common.hpp to uhd/rfnoc/constants.hpp Signed-off-by: robot-rover --- host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp') diff --git a/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp b/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp index 6f1c264dd..b8d0c9ef4 100644 --- a/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp +++ b/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp @@ -6,9 +6,10 @@ #pragma once +#include +#include #include #include -#include #include namespace uhd { namespace rfnoc { namespace chdr { -- cgit v1.2.3