9 lines
137 B
C
9 lines
137 B
C
|
/* Public domain. */
|
||
|
|
||
|
#ifndef _LINUX_IPC_H
|
||
|
#define _LINUX_IPC_H
|
||
|
|
||
|
#include <linux/workqueue.h> /* via linux/rhashtable-types.h */
|
||
|
|
||
|
#endif
|