//Pascal &or the FreePascal use of nintendo 2ds, 3ds regime // // Copyright (c) 2013, 2015, 2017 Kenneth Dwayne Lee Bsc. // all rights reserved // function ptmInit:s32;cdecl;external; function ptmExit:s32;cdecl;external; function PTMU_GetBatteryLevel(servhandle:pHandle; blout:pu8):s32;cdecl;external; function PTMU_GetBatteryChargeState(servhandle:pHandle; bcout:pu8):s32;cdecl;external;