Contiki 3.x
ram-segments.h
1 #ifndef RAM_SEGMENTS_H_8EDB9N09UD__
2 #define RAM_SEGMENTS_H_8EDB9N09UD__
3 
4 PROCESS_NAME(ram_segments_cleanup_process);
5 
6 #endif /* RAM_SEGMENTS_H_8EDB9N09UD__ */
#define PROCESS_NAME(name)
Declare the name of a process.
Definition: process.h:286