// Vita3K emulator project // Copyright (C) 2021 Vita3K team // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License along // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. #include "SceBbmc.h" EXPORT(int, sceBbmcClearEvent) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLGetSwdlError) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQAbort) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQBackupEFSNV) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQConfirmChangePartition) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQDownloadSafeImage) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQDownloadSlotImage) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQGetCurrentFwDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQGetCurrentFwStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQGetFwListDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQGetFwListStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLQRestoreEFSNV) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterCheckComVersion) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterContinue) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterFin) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterGetArchiveVersion) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterGetLatestArchiveVersion) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterGetPkgId) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterGetSequence) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDLUpdaterStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDebugOutString) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDebugSelectOutMedia) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcDepersonalizeCK) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcEnvelopeCmd) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcFileRefreshResponse) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetCKStatus) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetComFirmVersion) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetDriverInfo) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetFailureInfo) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetFileRefreshDetail) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetIdStorageFrom3GModule) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetNetworkInfo) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetPinStatus) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGetProactiveCmd) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGpsCellGetLocationInfoDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcGpsCellGetLocationInfoStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcIsAbleToRunUnderCurrentTemp) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcIsAbleToRunUnderCurrentVoltage) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcIsPowerConfigForbiddenMode) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcNetGetRejectCause) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcNetworkAttach) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcNetworkScanAbort) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcNetworkScanDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcNetworkScanStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcPacketGetCurrentBearerTech) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcPacketGetLastCallEndReason) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcPacketIfClearControlFlag) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcPacketIfGetControlFlag) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcPacketIfSetControlFlag) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcPacketReleasePDPContext) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcReadSimContentDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcReadSimContentStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcReserveOperationMode) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcResumeSubscriberCallback) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSMSGetListDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSMSGetListStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSMSReadAck) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSMSReadDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSMSReadStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSMSSend) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSetLPMMode) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSetupGetValueDone) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSetupGetValueStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSetupSetValue) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSimGetPLMNModeBit) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcSubscribeFeatureId) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcTerminalResponseCmd) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcTurnOff) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcTurnOn) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcUnblockCK) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcUnblockPin) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcUnsubscribeFeature) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcUsbExtIfRead) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcUsbExtIfStart) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcUsbExtIfStop) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcUsbExtIfWrite) { return UNIMPLEMENTED(); } EXPORT(int, sceBbmcVerifyPin) { return UNIMPLEMENTED(); } BRIDGE_IMPL(sceBbmcClearEvent) BRIDGE_IMPL(sceBbmcDLGetSwdlError) BRIDGE_IMPL(sceBbmcDLQAbort) BRIDGE_IMPL(sceBbmcDLQBackupEFSNV) BRIDGE_IMPL(sceBbmcDLQConfirmChangePartition) BRIDGE_IMPL(sceBbmcDLQDownloadSafeImage) BRIDGE_IMPL(sceBbmcDLQDownloadSlotImage) BRIDGE_IMPL(sceBbmcDLQGetCurrentFwDone) BRIDGE_IMPL(sceBbmcDLQGetCurrentFwStart) BRIDGE_IMPL(sceBbmcDLQGetFwListDone) BRIDGE_IMPL(sceBbmcDLQGetFwListStart) BRIDGE_IMPL(sceBbmcDLQRestoreEFSNV) BRIDGE_IMPL(sceBbmcDLUpdaterCheckComVersion) BRIDGE_IMPL(sceBbmcDLUpdaterContinue) BRIDGE_IMPL(sceBbmcDLUpdaterFin) BRIDGE_IMPL(sceBbmcDLUpdaterGetArchiveVersion) BRIDGE_IMPL(sceBbmcDLUpdaterGetLatestArchiveVersion) BRIDGE_IMPL(sceBbmcDLUpdaterGetPkgId) BRIDGE_IMPL(sceBbmcDLUpdaterGetSequence) BRIDGE_IMPL(sceBbmcDLUpdaterStart) BRIDGE_IMPL(sceBbmcDebugOutString) BRIDGE_IMPL(sceBbmcDebugSelectOutMedia) BRIDGE_IMPL(sceBbmcDepersonalizeCK) BRIDGE_IMPL(sceBbmcEnvelopeCmd) BRIDGE_IMPL(sceBbmcFileRefreshResponse) BRIDGE_IMPL(sceBbmcGetCKStatus) BRIDGE_IMPL(sceBbmcGetComFirmVersion) BRIDGE_IMPL(sceBbmcGetDriverInfo) BRIDGE_IMPL(sceBbmcGetFailureInfo) BRIDGE_IMPL(sceBbmcGetFileRefreshDetail) BRIDGE_IMPL(sceBbmcGetIdStorageFrom3GModule) BRIDGE_IMPL(sceBbmcGetNetworkInfo) BRIDGE_IMPL(sceBbmcGetPinStatus) BRIDGE_IMPL(sceBbmcGetProactiveCmd) BRIDGE_IMPL(sceBbmcGpsCellGetLocationInfoDone) BRIDGE_IMPL(sceBbmcGpsCellGetLocationInfoStart) BRIDGE_IMPL(sceBbmcIsAbleToRunUnderCurrentTemp) BRIDGE_IMPL(sceBbmcIsAbleToRunUnderCurrentVoltage) BRIDGE_IMPL(sceBbmcIsPowerConfigForbiddenMode) BRIDGE_IMPL(sceBbmcNetGetRejectCause) BRIDGE_IMPL(sceBbmcNetworkAttach) BRIDGE_IMPL(sceBbmcNetworkScanAbort) BRIDGE_IMPL(sceBbmcNetworkScanDone) BRIDGE_IMPL(sceBbmcNetworkScanStart) BRIDGE_IMPL(sceBbmcPacketGetCurrentBearerTech) BRIDGE_IMPL(sceBbmcPacketGetLastCallEndReason) BRIDGE_IMPL(sceBbmcPacketIfClearControlFlag) BRIDGE_IMPL(sceBbmcPacketIfGetControlFlag) BRIDGE_IMPL(sceBbmcPacketIfSetControlFlag) BRIDGE_IMPL(sceBbmcPacketReleasePDPContext) BRIDGE_IMPL(sceBbmcReadSimContentDone) BRIDGE_IMPL(sceBbmcReadSimContentStart) BRIDGE_IMPL(sceBbmcReserveOperationMode) BRIDGE_IMPL(sceBbmcResumeSubscriberCallback) BRIDGE_IMPL(sceBbmcSMSGetListDone) BRIDGE_IMPL(sceBbmcSMSGetListStart) BRIDGE_IMPL(sceBbmcSMSReadAck) BRIDGE_IMPL(sceBbmcSMSReadDone) BRIDGE_IMPL(sceBbmcSMSReadStart) BRIDGE_IMPL(sceBbmcSMSSend) BRIDGE_IMPL(sceBbmcSetLPMMode) BRIDGE_IMPL(sceBbmcSetupGetValueDone) BRIDGE_IMPL(sceBbmcSetupGetValueStart) BRIDGE_IMPL(sceBbmcSetupSetValue) BRIDGE_IMPL(sceBbmcSimGetPLMNModeBit) BRIDGE_IMPL(sceBbmcSubscribeFeatureId) BRIDGE_IMPL(sceBbmcTerminalResponseCmd) BRIDGE_IMPL(sceBbmcTurnOff) BRIDGE_IMPL(sceBbmcTurnOn) BRIDGE_IMPL(sceBbmcUnblockCK) BRIDGE_IMPL(sceBbmcUnblockPin) BRIDGE_IMPL(sceBbmcUnsubscribeFeature) BRIDGE_IMPL(sceBbmcUsbExtIfRead) BRIDGE_IMPL(sceBbmcUsbExtIfStart) BRIDGE_IMPL(sceBbmcUsbExtIfStop) BRIDGE_IMPL(sceBbmcUsbExtIfWrite) BRIDGE_IMPL(sceBbmcVerifyPin)