blob: 24ecaf994a29c8a7062f02fcd0d774eca526058d [file] [log] [blame]
/*
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef ANDROID_AB_BOOT_H_
#define ANDROID_AB_BOOT_H_
const char *android_get_active_slot(void);
void android_set_active_slot_bootargs(void);
#endif // ANDROID_AB_BOOT_H_