#ifndef AVREMU_DEVPROCESS_H_ #define AVREMU_DEVPROCESS_H_ #include "subprocess.h" int avr_device_process_run(struct avremu_device_instance *dev); #endif /* AVREMU_DEVPROCESS_H_ */