mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
14 lines
231 B
C
14 lines
231 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (C) 2015 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__ */
|
|
|