1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-15 20:29:32 +00:00
rk65c02/src/device_ram.h
2018-03-24 23:05:28 +01:00

10 lines
171 B
C

#ifndef _DEVICE_RAM_H_
#define _DEVICE_RAM_H_
#include "device.h"
device_t * device_ram_init(uint16_t);
void device_ram_finish(device_t *);
#endif /* _DEVICE_RAM_H_ */