mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-11 20:28:54 +00:00
7 lines
175 B
C
7 lines
175 B
C
|
#pragma once
|
||
|
#include <furi.h>
|
||
|
#include <notification/notification.h>
|
||
|
#include <notification/notification_messages.h>
|
||
|
#include "raw_em4100.h"
|
||
|
|
||
|
int32_t flipfrid_start(void* p);
|