2017-02-20 11:31:26 +00:00
|
|
|
#ifndef _DEVICE_RAM_H_
|
|
|
|
#define _DEVICE_RAM_H_
|
|
|
|
|
|
|
|
#include "device.h"
|
|
|
|
|
2018-03-24 22:05:28 +00:00
|
|
|
device_t * device_ram_init(uint16_t);
|
2017-02-21 10:11:21 +00:00
|
|
|
void device_ram_finish(device_t *);
|
2017-02-20 11:31:26 +00:00
|
|
|
|
|
|
|
#endif /* _DEVICE_RAM_H_ */
|