#ifndef _HD_H #define _HD_H #include int hd_read(void*, uint32_t, uint8_t); int hd_write(void*, uint32_t, uint8_t); #endif