//Pascal &or the FreePascal use of nintendo 2ds, 3ds regime // // Copyright (c) 2013, 2015, 2017 Kenneth Dwayne Lee Bsc. // all rights reserved. // type NDM_ExclusiveState = (EXCLUSIVE_STATE_NONE := 0,EXCLUSIVE_STATE_INFRASTRUCTURE := 1, EXCLUSIVE_STATE_LOCAL_COMMUNICATIONS := 2,EXCLUSIVE_STATE_STREETPASS := 3,EXCLUSIVE_STATE_STREETPASS_DATA := 4 ); {/ Initializes ndmu. } function ndmuInit:s32;cdecl;external; {/ Exits ndmu. } procedure ndmuExit;cdecl;external; function ndmuEnterExclusiveState(state:NDM_ExclusiveState):s32;cdecl;external; function ndmuLeaveExclusiveState:s32;cdecl;external;