Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bpfilter_umh_blob.S « bpfilter « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40311d10d2f270adbb7a51cfc3bad0c2834ca438 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
	.section .init.rodata, "a"
	.global bpfilter_umh_start
bpfilter_umh_start:
	.incbin "net/bpfilter/bpfilter_umh"
	.global bpfilter_umh_end
bpfilter_umh_end: