41#ifndef __AUTOSTART_H__
42#define __AUTOSTART_H__
48#define AUTOSTART_PROCESSES(...) \
49struct process * const autostart_processes[] = {__VA_ARGS__, NULL}
51#define AUTOSTART_PROCESSES(...) \
56#define AUTOSTART_PROCESSES(x)
58#error "C compiler must support __VA_ARGS__ macro"
void autostart_exit(struct process *const processes[])
Definition: autostart.c:68
CLIF struct process *const autostart_processes[]
void autostart_start(struct process *const processes[])
Definition: autostart.c:57
#define CLIF
Definition: contiki-conf.h:25
Definition: process.h:327