summaryrefslogtreecommitdiff
path: root/mobicore/common/MobiCore/inc/McLib/mclib_size.h
blob: a9fbb487998a2c4dea87a48f26756c0e93da1a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * mclib_size.h
 *
 *  Created on: Oct 22, 2013
 *      Author: lukhan01
 */

#ifndef MCLIB_SIZE_H_
#define MCLIB_SIZE_H_

// Note: this file is read by .c and .sct file, no magic allowed.
// Please modify these values manually.
#define MCLIB_PAGES                     5
#define MCLIB_SIZE                      0x00005000
#define MCLIB_BASE                      0x000FA000


#endif /* MCLIB_SIZE_H_ */