]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.h
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / drivers / net / ethernet / qualcomm / rmnet / rmnet_handlers.h
CommitLineData
97fb5e8d 1/* SPDX-License-Identifier: GPL-2.0-only */
ceed73a2 2/* Copyright (c) 2013, 2016-2017 The Linux Foundation. All rights reserved.
ceed73a2
SAK
3 *
4 * RMNET Data ingress/egress handler
ceed73a2
SAK
5 */
6
7#ifndef _RMNET_HANDLERS_H_
8#define _RMNET_HANDLERS_H_
9
10#include "rmnet_config.h"
11
56470c92 12void rmnet_egress_handler(struct sk_buff *skb);
ceed73a2
SAK
13
14rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
15
16#endif /* _RMNET_HANDLERS_H_ */