module/removables: monitors removable devices using udev

This commit is contained in:
Daniel Eklöf 2019-01-01 20:07:50 +01:00
parent 0ab8dad7b9
commit 14f9aec088
4 changed files with 529 additions and 0 deletions

7
modules/removables.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#include "../module.h"
#include "../particle.h"
struct module *module_removables(
struct particle *label, int left_spacing, int right_spacing);