mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-14 07:16:04 +03:00
12 lines
123 B
C
12 lines
123 B
C
#include <errno.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __clear_cache(void*, void*);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|