load modules common to all linux revisions
[cinitramfs.git] / uevent.h
blobcf07be71685703316f9522de37d466034d08e635
1 #ifndef UEVENT_H
2 #define UEVENT_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 u8 uevent_process(u8 *p,i sz);
8 #endif