mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-02 12:13:16 +03:00
585b7f963d
merge ofw commit
16 lines
217 B
C
16 lines
217 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/** Early initialization */
|
|
void furi_hal_dma_init_early(void);
|
|
|
|
/** Early de-initialization */
|
|
void furi_hal_dma_deinit_early(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|