Zigbee Protocol Controller 1.6.0
procinit.h File Reference
#include "sys/process.h"

Go to the source code of this file.

Macros

#define PROCINIT(...)   const struct process *procinit[] = {__VA_ARGS__, NULL}
 

Functions

void procinit_init (void)
 

Macro Definition Documentation

◆ PROCINIT

#define PROCINIT (   ...)    const struct process *procinit[] = {__VA_ARGS__, NULL}

Function Documentation

◆ procinit_init()

void procinit_init ( void  )