Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_hardware_mediatek
/
99e284f4f34652c7ae592b2da61014c57a8af297
/
.
/
bootctrl
/
boot_region_control_private.h
blob: ecf7e30a821008236a39b685240b04f1712684b6 [
file
] [
log
] [
blame
]
#pragma
once
namespace
android
{
namespace
bootable
{
class
BootControlExt
{
public
:
bool
SetBootRegionSlot
(
unsigned
int
slot
);
};
}
}