Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2925 → Rev 2926

/trunk/kernel/generic/include/proc/tasklet.h
58,7 → 58,7
tasklet_callback_t callback;
/** Argument passed to the callback */
void* arg;
void *arg;
/** State of the tasklet */
tasklet_state_t state;