load modules common to all linux revisions
[cinitramfs.git] / uevents.h
blob896725abf8b5477eb7013e55429aa89a2bf97ed3
1 #ifndef UEVENTS_H
2 #define UEVENTS_H
3 /*******************************************************************************
4 this code is protected by the GNU affero GPLv3
5 author:Sylvain BERTRAND <sylvain.bertrand AT gmail dot com>
6 *******************************************************************************/
7 extern void uevents_setup(void);
8 extern void uevents_cleanup(void);
9 extern u8 uevents_process(void);
10 #endif