blob: c7a38671887997beb64a36237ddf650898fbe573 [file] [log] [blame]
Bowgo Tsaid2620172017-04-17 22:17:09 +08001/*
2 * Copyright (C) 2017 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef _INIT_FIRST_STAGE_H
18#define _INIT_FIRST_STAGE_H
19
Tom Cherry81f5d3e2017-06-22 12:53:17 -070020namespace android {
21namespace init {
22
Bowgo Tsaid2620172017-04-17 22:17:09 +080023bool DoFirstStageMount();
Bowgo Tsaifd18a452017-04-24 18:36:25 +080024void SetInitAvbVersionInRecovery();
Bowgo Tsaid2620172017-04-17 22:17:09 +080025
Tom Cherry81f5d3e2017-06-22 12:53:17 -070026} // namespace init
27} // namespace android
28
Bowgo Tsaid2620172017-04-17 22:17:09 +080029#endif