Go to the documentation of this file.
41 #ifndef __AUTOSTART_H__
42 #define __AUTOSTART_H__
48 #define AUTOSTART_PROCESSES(...) \
49 struct process * const autostart_processes[] = {__VA_ARGS__, NULL}
51 #define AUTOSTART_PROCESSES(...) \
55 #error "C compiler must support __VA_ARGS__ macro"
58 CLIF
extern struct process *
const autostart_processes[];
60 void autostart_start(
struct process *
const processes[]);
61 void autostart_exit(
struct process *
const processes[]);