Spinlock save cpu flags
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
struct device;
|
||||
|
||||
bool terminal_init (struct device* device, void* arg, struct proc* proc, struct reschedule_ctx* rctx);
|
||||
bool terminal_init (struct device* device, void* arg, struct proc* proc,
|
||||
struct reschedule_ctx* rctx);
|
||||
|
||||
void terminal_fini (struct device* device, struct proc* proc, struct reschedule_ctx* rctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user