mie: add status codes

This commit is contained in:
2025-08-16 20:56:40 +01:00
parent 311dd60322
commit 7ef90750db

8
mie/include/mie/status.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef MIE_STATUS_H_
#define MIE_STATUS_H_
enum mie_status {
MIE_OK = 0,
};
#endif