Skip to content

Commit

Permalink
msm: eth: Fix the build issue uapi eth header
Browse files Browse the repository at this point in the history
Fix the build issue uapi eth header
Add user space interface using structure.
Add messages for apps to read IPA connection state.

Change-Id: Ia1a7062e41f1b749e8d40d32c126f52fc256ea09
Signed-off-by: Sunil Paidimarri <[email protected]>
  • Loading branch information
Sunil Paidimarri committed Aug 25, 2020
1 parent 8136c46 commit fc811f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gen_headers_arm.bp
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ gen_headers_out_arm = [
"linux/netfilter/ipset/ip_set_bitmap.h",
"linux/netfilter/ipset/ip_set_hash.h",
"linux/netfilter/ipset/ip_set_list.h",
"linux/msm_eth.h",

// From arch/arm/include/uapi/**/*.h

Expand Down
1 change: 1 addition & 0 deletions gen_headers_arm64.bp
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ gen_headers_out_arm64 = [
"linux/netfilter/ipset/ip_set_bitmap.h",
"linux/netfilter/ipset/ip_set_hash.h",
"linux/netfilter/ipset/ip_set_list.h",
"linux/msm_eth.h",

// From arch/arm64/include/uapi/**/*.h

Expand Down

0 comments on commit fc811f2

Please sign in to comment.