Following not works outside kernel:
#include <linux/lp.h>
Following works:
#define __KERNEL__
#include <linux/wait.h>
#undef __KERNEL__
#include <linux/lp.h>
-- Stanislav Brabec
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/