linux/drivers/net/ethernet/microchip/sparx5/sparx5_police.c

// SPDX-License-Identifier: GPL-2.0+
/* Microchip Sparx5 Switch driver
 *
 * Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
 */

#include "sparx5_main_regs.h"
#include "sparx5_main.h"

static int sparx5_policer_service_conf_set(struct sparx5 *sparx5,
					   struct sparx5_policer *pol)
{}

int sparx5_policer_conf_set(struct sparx5 *sparx5, struct sparx5_policer *pol)
{}