Skip to content
Snippets Groups Projects
Commit 7e1b76d4 authored by wwylele's avatar wwylele
Browse files

remove duplicated function declaration

parent 84ade071
No related branches found
No related tags found
No related merge requests found
...@@ -97,19 +97,6 @@ void GetCountryCodeString(Service::Interface* self); ...@@ -97,19 +97,6 @@ void GetCountryCodeString(Service::Interface* self);
*/ */
void GetCountryCodeID(Service::Interface* self); void GetCountryCodeID(Service::Interface* self);
/**
* CFG::GetConfigInfoBlk2 service function
* Inputs:
* 0 : 0x00010082
* 1 : Size
* 2 : Block ID
* 3 : Descriptor for the output buffer
* 4 : Output buffer pointer
* Outputs:
* 1 : Result of function, 0 on success, otherwise error code
*/
void GetConfigInfoBlk2(Service::Interface* self);
/** /**
* CFG::SecureInfoGetRegion service function * CFG::SecureInfoGetRegion service function
* Inputs: * Inputs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment