summaryrefslogtreecommitdiff
path: root/tools/mk_envimg/mk_env_img.h
blob: 90d1bbfc22e4002e8f413a62e7b4d011f3a0b774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) ST-Ericsson SA 2010
 * Author: Rickard Evertsson <rickard.evertsson@stericsson.com>
 * for ST-Ericsson.
 *
 * License terms: GNU General Public License (GPL) version 2
 */

#ifndef _MK_ENV_IMG_H
#define _MK_ENV_IMG_H

/* Local return values */
#define OK 0
#define NOK 1

extern uint32_t crc32(unsigned long, const unsigned char*, unsigned);

#endif