Flipper Zero Firmware
Loading...
Searching...
No Matches
power_unplug_usb.h
1#pragma once
2
3typedef struct PowerUnplugUsb PowerUnplugUsb;
4
5#include <gui/view.h>
6
7PowerUnplugUsb* power_unplug_usb_alloc(void);
8
9void power_unplug_usb_free(PowerUnplugUsb* power_unplug_usb);
10
11View* power_unplug_usb_get_view(PowerUnplugUsb* power_unplug_usb);
Definition power_unplug_usb.c:6
Definition view_i.h:16
GUI: View API.