mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
7 lines
154 B
C
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
|