summaryrefslogtreecommitdiff
path: root/include/errnum.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/errnum.h')
-rw-r--r--include/errnum.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/errnum.h b/include/errnum.h
new file mode 100644
index 0000000..5de8f2b
--- /dev/null
+++ b/include/errnum.h
@@ -0,0 +1,17 @@
+/*
+ * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef ERRNUM_H
+#define ERRNUM_H
+
+#include "errnum.h"
+
+typedef enum {
+ ENOMEM = 101,
+ EBUSTO
+} ERRNUM;
+
+#endif /* ERRNUM_H */