Spinlock save cpu flags
This commit is contained in:
@@ -19,7 +19,8 @@ struct partdrv {
|
||||
size_t total_size;
|
||||
};
|
||||
|
||||
bool partdrv_init (struct device* device, void* arg, struct proc* proc, struct reschedule_ctx* rctx);
|
||||
bool partdrv_init (struct device* device, void* arg, struct proc* proc,
|
||||
struct reschedule_ctx* rctx);
|
||||
|
||||
void partdrv_fini (struct device* device, struct proc* proc, struct reschedule_ctx* rctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user