fwupd/plugins/android-boot/fu-android-boot-device.h
Dylan Van Assche d0d4b17a7f plugins: android-boot: new plugin
Add a plugin for supporting Android bootloaders which are used on
all Qualcomm-based Android devices. These bootloaders are stored on
their own partitions and the partition table cannot be altered on
Qualcomm devices. This plugin supports any block device, but only
exposes the ones defined in the quirk file as updatable.
2022-09-05 17:59:11 +01:00

18 lines
357 B
C

/*
* Copyright (C) 2022 Dylan Van Assche <me@dylanvanassche.be>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <fwupdplugin.h>
#define FU_TYPE_ANDROID_BOOT_DEVICE (fu_android_boot_device_get_type())
G_DECLARE_FINAL_TYPE(FuAndroidBootDevice,
fu_android_boot_device,
FU,
ANDROID_BOOT_DEVICE,
FuUdevDevice)