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