Browse Source

Merge pull request #532 from Tuetuopay/cpudevmap-bindings

xtask: generate userspace bindings for bpf_{cpu,dev}map_val
vadorovsky 2 years ago
parent
commit
7e4454d061
1 changed files with 2 additions and 0 deletions
  1. 2 0
      xtask/src/codegen/aya.rs

+ 2 - 0
xtask/src/codegen/aya.rs

@@ -72,6 +72,8 @@ fn codegen_bindings(opts: &Options) -> Result<(), anyhow::Error> {
         "bpf_func_info",
         "bpf_line_info",
         "bpf_lpm_trie_key",
+        "bpf_cpumap_val",
+        "bpf_devmap_val",
         // BTF
         "btf_header",
         "btf_ext_info",