1 // SPDX-License-Identifier: BSD-3-Clause 2 // 3 // Copyright(c) 2021 Intel Corporation. All rights reserved. 4 // 5 // Author: Jaska Uimonen <jaska.uimonen@linux.intel.com> 6 7 #ifndef __SSP_DEBUG_H 8 #define __SSP_DEBUG_H 9 10 #include "ssp-internal.h" 11 12 void ssp_print_internal(struct intel_ssp_params *ssp); 13 void ssp_print_calculated(struct intel_ssp_params *ssp); 14 15 #endif 16