Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2021 Intel Corporation
0004  */
0005 
0006 #ifndef __IWLMEI_INTERNAL_H_
0007 #define __IWLMEI_INTERNAL_H_
0008 
0009 #include <uapi/linux/if_ether.h>
0010 #include <linux/netdevice.h>
0011 
0012 #include "sap.h"
0013 
0014 rx_handler_result_t iwl_mei_rx_filter(struct sk_buff *skb,
0015                       const struct iwl_sap_oob_filters *filters,
0016                       bool *pass_to_csme);
0017 
0018 void iwl_mei_add_data_to_ring(struct sk_buff *skb, bool cb_tx);
0019 
0020 #endif /* __IWLMEI_INTERNAL_H_ */