ready, now need to know why init libc is crashing
[cinitramfs.git] / uevents.h
blob5832804a0a8b48e2b5642044ab589d6c7dc682ae
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 //* <digital.ragnarok AT gmail dot com>
7 //******************************************************************************
8 void uevents_setup(void);
9 void uevents_process(void);
10 #endif