flipperzero-firmware/firmware/targets/f7/platform_specific/intrinsic_export.h

12 lines
123 B
C
Raw Normal View History

#include <errno.h>
#ifdef __cplusplus
extern "C" {
#endif
void __clear_cache(void*, void*);
#ifdef __cplusplus
}
#endif