1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-10-01 09:57:06 +00:00
rk65c02/src/device_ram.h

9 lines
127 B
C
Raw Normal View History

2017-02-20 11:31:26 +00:00
#ifndef _DEVICE_RAM_H_
#define _DEVICE_RAM_H_
#include "device.h"
device_t * device_ram_init();
#endif /* _DEVICE_RAM_H_ */