12 lines
232 B
C
12 lines
232 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2020 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __RPS_PERF_H__
|
||
|
#define __RPS_PERF_H__
|
||
|
|
||
|
int set_rps_map(struct netdev_rx_queue *queue, unsigned long rps_value);
|
||
|
|
||
|
#endif /* __RPS_PERF_H__ */
|