mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
nfpu: move code to nfc.c/h
This commit is contained in:
parent
bfa678be8a
commit
8b0fe90af6
@ -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"
|
||||||
|
@ -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;
|
Loading…
Reference in New Issue
Block a user