summaryrefslogtreecommitdiff
path: root/board/st/u8500/itp.h
blob: 74dc6b65b8ae83dd5e849fb5a7caea8617da9a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (C) ST-Ericsson SA 2010
 *
 * Author: Mikael Larsson <mikael.xt.larsson@stericsson.com> for ST-Ericsson.
 *
 * License terms: GNU General Public License (GPL), version 2.
 */
#ifndef __ITP_H__
#define __ITP_H__

#include <part.h>

/* These values are reserved and should not be removed or changed */
#define ITP_LOAD_KERNEL		0x01
#define ITP_LOAD_MODEM		0x02
#define ITP_LOAD_ITP		0x04

#define ITP_TOC_ITP_NAME	"ITP"

#define ITP_CSPSA_KEY		0

int itp_load_itp(block_dev_desc_t *block_dev);

#endif	/* __ITP_H__ */