#ifndef RESET_IOC_H #define RESET_IOC_H #if USE_SPI #include #include #endif /* USE_SPI */ #if USE_BDV #include #include #endif /* USE_BDV */ #include #include #include #include #if USE_SPI extern int reset_ioc_init(); #endif /* USE_SPI */ extern int reset_ioc_read( unsigned int lba, void* buffer, unsigned int count ); #endif /* RESET_IOC_H */ /* * vim: tabstop=4 : shiftwidth=4 : expandtab */