#ifndef KERNEL_PID_H #define KERNEL_PID_H typedef unsigned int pid_t; #endif