]> git.ipfire.org Git - thirdparty/systemd.git/blob - rules.d/75-probe_mtd.rules
dlfcn-util: add dlsym_many_and_warn() helper
[thirdparty/systemd.git] / rules.d / 75-probe_mtd.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION!="add", GOTO="mtd_probe_end"
4
5 KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $devnode"
6
7 LABEL="mtd_probe_end"