mirror of
https://github.com/V2RetroComputing/analog.git
synced 2024-11-28 19:49:45 +00:00
6 lines
90 B
C
6 lines
90 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
extern void flash_reboot() __attribute__ ((noreturn));
|