6 lines
78 B
C
6 lines
78 B
C
#ifndef KERNEL_PID_H
|
|
#define KERNEL_PID_H
|
|
|
|
typedef unsigned int pid_t;
|
|
|
|
#endif |