Files
pepperOS/src/kernel.h

11 lines
78 B
C

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