#ifndef KERNEL_H #define KERNEL_H enum ErrorCodes { ENOMEM, EIO }; #endif