Files
android_kernel_samsung_sm86…/wlan/rmnet_wlan_fragment.h
Sean Tranchetti b7ca2db0ec rmnet_wlan: I99b277c4c8f699c7fa057318aca4894588fdd574
Adds the initial rmnet_wlan module.

Change-Id: Ibf80879ec062150058b8db6d527df936bd2ae7a0
Signed-off-by: Sean Tranchetti <stranche@codeaurora.org>
2021-03-26 13:39:42 -07:00

21 lines
743 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*
* RMNET WLAN fragment handler framework
*
*/
#ifndef DATARMNET836e6c471b
#define DATARMNET836e6c471b
#include <linux/skbuff.h>
#include "rmnet_wlan.h"
int DATARMNET579f75aa50(struct sk_buff*DATARMNET543491eb0f,int
DATARMNET611d08d671,struct DATARMNETb89ecedefc*DATARMNET3396919a68,struct
DATARMNET8d3c2559ca*DATARMNET2d4b4cfc9e);int DATARMNETaca8ca54ed(struct sk_buff*
DATARMNET543491eb0f,int DATARMNET611d08d671,struct DATARMNETb89ecedefc*
DATARMNET3396919a68,struct DATARMNET8d3c2559ca*DATARMNET2d4b4cfc9e);void
DATARMNET8c0e010dfb(void);void DATARMNETedae8262e1(struct DATARMNET8d3c2559ca*
DATARMNET54338da2ff);
#endif