> > +#ifndef _PATH_DEV > +#define _PATH_DEV "/dev/" > +#endif > + This is also about the second time I've needed _PATH_DEV for similar purposes in the kernel, but paths.h is not in include/sys. Is there a recommendation for this situation?