Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6292 → Rev 6293

/drivers/include/linux/workqueue.h
218,6 → 218,9
 
struct workqueue_struct *alloc_workqueue_key(const char *fmt,
unsigned int flags, int max_active);
struct workqueue_struct *alloc_workqueue(const char *fmt,
unsigned int flags,
int max_active);
 
/**
* alloc_ordered_workqueue - allocate an ordered workqueue