6 lines
139 B
C
6 lines
139 B
C
|
|
/* Avoid duplicate definitions due to system headers. */
|
||
|
|
#ifdef __CONCAT
|
||
|
|
#undef __CONCAT
|
||
|
|
#endif
|
||
|
|
#include "../../../../include/linux/idr.h"
|