#pragma once #include #include #define SYSV_ABI __attribute__((sysv_abi)) struct kjarna_entry_params { int argc; char **argv; char **envp; }; typedef int (SYSV_ABI kjarna_image_entry_func)(struct kjarna_entry_params *);