blob: f2610ff97eb34fe6e428375c2ad4e779076843d2 (
plain)
1
2
3
4
5
6
7
8
|
# do not edit this file, it will be overwritten on update
ACTION=="remove", GOTO="memory_end"
SUBSYSTEM!="dmi", GOTO="memory_end"
IMPORT{program}="dmi_memory_id"
LABEL="memory_end"
|