blob: 4bdcf6a52b73dadfe41a7d28708f5a3ca349fb48 (
plain)
1
2
3
4
5
6
7
8
9
|
#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_ */
|