Add comments

This commit is contained in:
exelix 2019-03-15 21:17:57 +01:00
parent a6c409ac69
commit 3f10f68f72

View File

@ -10,10 +10,10 @@
#include "../services/sm.h"
typedef enum {
NifmServiceType_NotInitialized = 0,
NifmServiceType_User = 1,
NifmServiceType_System = 2,
NifmServiceType_Admin = 3,
NifmServiceType_NotInitialized = 0, ///< initializes nifm:u.
NifmServiceType_User = 1, ///< initializes nifm:u.
NifmServiceType_System = 2, ///< initializes nifm:s.
NifmServiceType_Admin = 3, ///< initializes nifm:a.
} NifmServiceType;
/**