Include sf/service.h instead of sm.h, in the service/ headers for services which were previously updated for new-ipc.

This commit is contained in:
yellows8 2019-10-04 10:18:57 -04:00
parent 62192cac0a
commit c8550c378b
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43
10 changed files with 11 additions and 6 deletions

View File

@ -7,6 +7,7 @@
*/
#pragma once
#include "../types.h"
#include "../sf/service.h"
#include "../services/apm.h"
#include "../services/pdm.h"
#include "../services/caps.h"

View File

@ -6,6 +6,7 @@
*/
#pragma once
#include "../types.h"
#include "../sf/service.h"
#include "../applets/error.h"
#include "../kernel/event.h"

View File

@ -9,7 +9,7 @@
#pragma once
#include "../types.h"
#include "../kernel/event.h"
#include "../services/sm.h"
#include "../sf/service.h"
// We use wrapped handles for type safety.

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "../types.h"
#include "../services/sm.h"
#include "../sf/service.h"
#include "../services/fs.h"
Result fsldrInitialize(void);

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "../types.h"
#include "../services/sm.h"
#include "../sf/service.h"
#include "../services/fs.h"
typedef struct {

View File

@ -7,6 +7,7 @@
#pragma once
#include "../types.h"
#include "../nacp.h"
#include "../sf/service.h"
#include "../services/fs.h"
#include "../services/ncm.h"
#include "../services/async.h"

View File

@ -6,6 +6,7 @@
*/
#pragma once
#include "../types.h"
#include "../sf/service.h"
#include "../kernel/event.h"
Result nvInitialize(void);

View File

@ -9,7 +9,7 @@
#pragma once
#include "../types.h"
#include "../kernel/event.h"
#include "../services/sm.h"
#include "../sf/service.h"
/// LaunchFlag
typedef enum {

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "../types.h"
#include "../services/sm.h"
#include "../sf/service.h"
#include "../services/ldr.h"
Result ldrRoInitialize(void);

View File

@ -6,6 +6,7 @@
*/
#pragma once
#include "../types.h"
#include "../sf/service.h"
/// Location
typedef enum {