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