Files
RomWBW/Source/HBIOS/ch376-native/source-doc/base-drv/hbios.h

7 lines
154 B
C

#ifndef _HBIOS_H_
#define _HBIOS_H_
extern void dio_add_entry(const uint16_t fnc_table[], const void *const storage_device) __sdcccall(1);
#endif