summaryrefslogtreecommitdiff
path: root/source/error_codes_desc.h
blob: 2b39fe6249482c9cbe3aad6afe7c2f7587f2ebbf (plain)
1
2
3
4
5
6
7
8
9
10
11
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2012
 * License terms: 3-clause BSD license
 ******************************************************************************/

typedef struct {
    std::string short_desc;
    std::string long_desc;
} desc;

void GetLoaderErrorDescription_Call(uint32 ErrorNr, uint8 *ShortDescription, uint8 *LongDescription, uint32 ShorDescrBufLen, uint32 LongDescrBufLen);