nfpu: move code to nfc.c/h

This commit is contained in:
averne 2019-01-27 12:05:40 +01:00 committed by fincs
parent bfa678be8a
commit 8b0fe90af6
3 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ extern "C" {
#include "switch/services/psc.h" #include "switch/services/psc.h"
#include "switch/services/caps.h" #include "switch/services/caps.h"
#include "switch/services/capssu.h" #include "switch/services/capssu.h"
#include "switch/services/nfpu.h" #include "switch/services/nfc.h"
#include "switch/display/binder.h" #include "switch/display/binder.h"
#include "switch/display/parcel.h" #include "switch/display/parcel.h"

View File

@ -2,7 +2,7 @@
#include "arm/atomics.h" #include "arm/atomics.h"
#include "services/hid.h" #include "services/hid.h"
#include "services/applet.h" #include "services/applet.h"
#include "services/nfpu.h" #include "services/nfc.h"
static u64 g_refCnt; static u64 g_refCnt;
static Service g_nfpuSrv; static Service g_nfpuSrv;