Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
msm: ipa: Move NAT invalid protocol define to uapi
Browse files Browse the repository at this point in the history
NAT invalid protocol is needed by user space process.
Move it to uapi to make it accessible to user space.

Change-Id: I4d1700176483c93f78f48979d602f7568867b378
Acked-by: Michal Amsterdam <[email protected]>
Signed-off-by: Amir Levy <[email protected]>
  • Loading branch information
Amir Levy authored and radcolor committed Dec 20, 2019
1 parent 823635f commit 624c1e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/uapi/linux/msm_ipa.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
*/
#define IPA_DFLT_RT_TBL_NAME "ipa_dflt_rt"

/**
* name for default value of invalid protocol of NAT
*/
#define IPAHAL_NAT_INVALID_PROTOCOL 0xFF

/**
* commands supported by IPA driver
*/
Expand Down

0 comments on commit 624c1e3

Please sign in to comment.