|
|
1.1 root 1: #ifndef __KERNEL__PROC_H__
2: #define __KERNEL__PROC_H__
3:
4: /*
5: * This internal header file contains the sole definition of the internal data
6: * type "__proc_t". This incomplete type is intended for use as the type of
7: * a process-table entry.
8: */
9:
10: typedef struct proc __proc_t;
11:
12: #endif /* ! defined (__KERNEL__PROC_H__) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.