1 2 3 4 5 6 7
#ifndef ION_DEVICE_BOOT_RT0_H #define ION_DEVICE_BOOT_RT0_H void start(); void abort(); #endif