mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Add comments
This commit is contained in:
parent
a6c409ac69
commit
3f10f68f72
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user