Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8b9cba5 authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: move definition of IPA_ETH_API_VER



Move definition of IPA_ETH_API_VER to msm_ipa.h so it
can be accessed by IPACM and other user space modules.

Change-Id: Ib4dafe1db310b352bbbb08018fc9e63c398cb09a
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 4c90589e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@
#include <linux/msm_ipa.h>
#include <linux/msm_gsi.h>

#define IPA_ETH_API_VER 2

/* New architecture prototypes */

typedef void (*ipa_eth_ready_cb)(void *user_data);
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@
 */
#define IPAHAL_NAT_INVALID_PROTOCOL   0xFF

#define IPA_ETH_API_VER 2

/**
 * commands supported by IPA driver
 */