Per-cpu kernel pseudo process
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
/* process flags */
|
||||
#define PROC_USTK_PREALLOC (1 << 0)
|
||||
#define PROC_KPROC (1 << 1)
|
||||
|
||||
struct cpu;
|
||||
struct reschedule_ctx;
|
||||
@@ -72,4 +73,6 @@ void proc_wait_for (struct proc* proc, struct reschedule_ctx* rctx, struct proc*
|
||||
|
||||
void proc_init (void);
|
||||
|
||||
struct proc* kproc_create (void);
|
||||
|
||||
#endif // _KERNEL_PROC_PROC_H
|
||||
|
||||
Reference in New Issue
Block a user