diff options
Diffstat (limited to 'board/freescale/common/recovery.h')
-rw-r--r-- | board/freescale/common/recovery.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/freescale/common/recovery.h b/board/freescale/common/recovery.h new file mode 100644 index 0000000..9958330 --- /dev/null +++ b/board/freescale/common/recovery.h @@ -0,0 +1,19 @@ +/* + * Android Recovery supported header file + * + * Copyright (C) 2010 Freescale Semiconductor. + * + * This software may be used and distributed according to the + * terms of the GNU Public License, Version 2, incorporated + * herein by reference. + */ + +#ifndef __RECOVERY_H_ +#define __RECOVERY_H_ + +struct reco_envs { + char *cmd; + char *args; +}; + +#endif |