Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    rf35749e r07d4271  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
    32 * Copyright (c) 2010 Jakub Jermar
    43 * All rights reserved.
     
    143142
    144143extern void task_init(void);
    145 extern void task_done(task_t *);
     144extern void task_done(void);
    146145extern task_t *task_create(as_t *, const char *);
    147146extern void task_hold(task_t *);
Note: See TracChangeset for help on using the changeset viewer.