mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 03:12:15 +02:00
Add comments
This commit is contained in:
parent
a6c409ac69
commit
3f10f68f72
@ -10,10 +10,10 @@
|
|||||||
#include "../services/sm.h"
|
#include "../services/sm.h"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NifmServiceType_NotInitialized = 0,
|
NifmServiceType_NotInitialized = 0, ///< initializes nifm:u.
|
||||||
NifmServiceType_User = 1,
|
NifmServiceType_User = 1, ///< initializes nifm:u.
|
||||||
NifmServiceType_System = 2,
|
NifmServiceType_System = 2, ///< initializes nifm:s.
|
||||||
NifmServiceType_Admin = 3,
|
NifmServiceType_Admin = 3, ///< initializes nifm:a.
|
||||||
} NifmServiceType;
|
} NifmServiceType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user