net/mlx5: support clock read on Windows
[dpdk.git] / drivers / common / mlx5 / windows / mlx5_win_ext.h
index 8e697b3..a14a6cc 100644 (file)
@@ -34,6 +34,12 @@ struct mlx5_pd {
        devx_device_ctx        *devx_ctx;
 };
 
+struct mlx5_devx_clock {
+       void *p_iseg_internal_timer;
+       u64 clock_frequency_hz;
+       int is_stable_clock_frequency;
+};
+
 #define GET_DEVX_CTX(ctx) (((mlx5_context_st *)ctx)->devx_ctx)
 #define GET_OBJ_CTX(obj)  (((mlx5_devx_obj_st *)obj)->devx_ctx)