blob: db2d7d989e7726c8b42fb5e5d0d9d5cc20045e35 [file] [log] [blame]
/*
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all copies.
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/**
* @defgroup
* @{
*/
#ifndef _ADPT_CPPE_MISC_
#define _ADPT_CPPE_MISC_
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
sw_error_t
adpt_cppe_debug_port_counter_enable(a_uint32_t dev_id, fal_port_t port_id,
fal_counter_en_t *cnt_en);
sw_error_t
adpt_cppe_debug_port_counter_status_get(a_uint32_t dev_id, fal_port_t port_id,
fal_counter_en_t *cnt_en);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif