public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Move scsi.h, hosts.h to include/linux/scsi ?
@ 2003-02-16 21:14 Sam Ravnborg
  2003-02-17 12:18 ` Christoph Hellwig
  0 siblings, 1 reply; 6+ messages in thread
From: Sam Ravnborg @ 2003-02-16 21:14 UTC (permalink / raw)
  To: linux-scsi

The usual rule within the kernel is that all header files useby more than
one file, or at least by files spread all over the kernel,
should be located in include/linux.

Has this been considered for scsi.h, and if not so - why not?
The same for hosts.h.

Background for my question is that I'm doing some kbuild changes,
and it is rather annoying to support include of scsi.h from all over.
See the following snippet from: arch/i386/kernel/edd.c

/* FIXME - this really belongs in include/scsi/scsi.h */
#include <../drivers/scsi/scsi.h>
#include <../drivers/scsi/hosts.h>
 
I'm willing to do the footwork if the general answer is 'go for it',
but do not want to invest the time needed before general acceptance.

By the way - more candidates in drivers/scsi?

	Sam

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-02-17 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-16 21:14 Move scsi.h, hosts.h to include/linux/scsi ? Sam Ravnborg
2003-02-17 12:18 ` Christoph Hellwig
2003-02-17 12:53   ` Sam Ravnborg
2003-02-17 12:58     ` Christoph Hellwig
2003-02-17 13:07       ` Sam Ravnborg
2003-02-17 14:18         ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox