#include <sys/types.h>
#include <vfs/vfs.h>
Go to the source code of this file.
Data Structures | |
struct | pcb_t |
Program Control Block. More... | |
Typedefs | |
typedef void(*) | entry_point_t (void) |
Variables | |
pcb_t * | __pcb |
A pointer to the program control block. |
Definition in file pcb.h.