Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Github Action <[email protected]>
  • Loading branch information
Github Action committed Mar 27, 2024
1 parent 93a2f59 commit eec6a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bpf__helpers_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#if !defined(__doxygen)</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define EBPF_HELPER(return_type, name, args) typedef return_type(*name##_t) args</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define EBPF_HELPER(return_type, name, args) typedef return_type(*const name##_t) args</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="bpf__helper__defs_8h.html">bpf_helper_defs.h</a>&quot;</span></div>
Expand Down
2 changes: 1 addition & 1 deletion ebpf__nethooks_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="ebpf__nethooks_8h.html#acce2f548e179db8cc18c8173a4a7a6e6"> 42</a></span>&#160;<span class="preprocessor">#define XDP_EXT_HELPER_FN_BASE 0xFFFF</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#ifndef __doxygen</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define EBPF_HELPER(return_type, name, args) typedef return_type(*name##_t) args</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define EBPF_HELPER(return_type, name, args) typedef return_type(*const name##_t) args</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="ebpf__nethooks_8h.html#ab415145f4be30f5838b8805ddd1309b6"> 48</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>
Expand Down

0 comments on commit eec6a81

Please sign in to comment.