summaryrefslogtreecommitdiff
path: root/include/recovery.h
blob: 1e0492af3c1f8e884f1a40b79423e7136796c615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (C) 2010-2014 Freescale Semiconductor, Inc. All Rights Reserved.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __RECOVERY_H_
#define __RECOVERY_H_

struct reco_envs {
	char *cmd;
	char *args;
};

void check_recovery_mode(void);
int recovery_check_and_clean_flag(void);
int check_recovery_cmd_file(void);
void board_recovery_setup(void);

#endif