load modules common to all linux revisions
[cinitramfs.git] / ramfs.h
blobde9218a39777b8dd8feb5ee76cdf41af215ef473
1 #ifndef RAMFS_H
2 #define RAMFS_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 ramfs_cleanup(void);
8 #endif