Files
MagnitudeOS/magnitude/kernel/include/klibc/kerrno.h

14 lines
295 B
C

//
// Created by dongl on 25-9-3.
//
#ifndef KERRNO_H
#define KERRNO_H
#include <magtypes.h>
#define MAG_EOK 0 /**< There is no error */
#define MAG_ERROR 255 /**< A generic/unknown error happens */
#endif //KERRNO_H