root/net/bpfilter/bpfilter_umh_blob.S

/* [<][>][^][v][top][bottom][index][help] */
   1 /* SPDX-License-Identifier: GPL-2.0 */
   2         .section .rodata, "a"
   3         .global bpfilter_umh_start
   4 bpfilter_umh_start:
   5         .incbin "net/bpfilter/bpfilter_umh"
   6         .global bpfilter_umh_end
   7 bpfilter_umh_end:

/* [<][>][^][v][top][bottom][index][help] */