genode/repos/base-hw/src/bbl/errno.h

9 lines
85 B
C

#ifndef _ERRNO_H_
#define _ERRNO_H_
enum {
ENOSYS = 38,
};
#endif /* _ERRNO_H_ */