/* * Code generated from Atmel Start. * * This file will be overwritten when reconfiguring your Atmel Start project. * Please copy examples or other code you want to keep to a separate file or main.c * to avoid loosing it when reconfiguring. */ #ifndef DISKIO_START_H #define DISKIO_START_H #include #ifdef __cplusplus extern "C" { #endif // __cplusplus /** * \berif Initialize DISKIO */ void diskio_init(void); #ifdef __cplusplus } #endif // __cplusplus #endif // DISKIO_START_H