// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Defines any extra structs used within resource files
//
//
#ifndef __SSMCMDEXTRA_RH__
#define __SSMCMDEXTRA_RH__
#include <ssm/ssmcmd.hrh>
/**
Data struct for CmdLoadSup command
*/
STRUCT SSM_COMMAND_LOAD_SUP_DATA
{
BYTE val1 = 0;
BYTE val2 = 0;
BYTE val3 = 0;
BYTE val4 = 0;
BYTE val5 = 0;
}
STRUCT SSM_COMMAND_CUSTOM_CMD_DATA
{
BYTE val1 = 0;
BYTE val2 = 0;
BYTE val3 = 0;
BYTE val4 = 0;
BYTE val5 = 0;
}
#endif // __SSMCMDEXTRA_RH__