Merge branch 'master' of github.com:sylware/cinitramfs
[cinitramfs.git] / ulinux / args_env.h
blob031ab107746fcae1b0f14d21c7cc760b98389c19
1 #ifndef ULINUX_ARGS_ENV_H
2 #define ULINUX_ARGS_ENV_H
3 /*******************************************************************************
4 this code is protected by the GNU affero GPLv3
5 author:Sylvain BERTRAND <sylvain.bertrand AT gmail dot com>
6 *******************************************************************************/
7 void ulinux_start(ulinux_l argc,ulinux_u8 **argv_envp) __attribute__ ((noclone))
8 __attribute__ ((noinline));
9 #endif