mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
Fixed includes in nifm.h/wlaninf.h.
This commit is contained in:
parent
75795933a7
commit
f58c7fe786
@ -6,8 +6,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../kernel/ipc.h"
|
#include "../types.h"
|
||||||
#include "../services/sm.h"
|
#include "../sf/service.h"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NifmServiceType_NotInitialized = 0, ///< Initializes nifm:u.
|
NifmServiceType_NotInitialized = 0, ///< Initializes nifm:u.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../kernel/ipc.h"
|
#include "../types.h"
|
||||||
#include "../sf/service.h"
|
#include "../sf/service.h"
|
||||||
|
|
||||||
/// WLAN State.
|
/// WLAN State.
|
||||||
|
Loading…
Reference in New Issue
Block a user