mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +00:00
9 lines
127 B
C
9 lines
127 B
C
|
#ifndef _DEVICE_RAM_H_
|
||
|
#define _DEVICE_RAM_H_
|
||
|
|
||
|
#include "device.h"
|
||
|
|
||
|
device_t * device_ram_init();
|
||
|
|
||
|
#endif /* _DEVICE_RAM_H_ */
|