cvs commit: src/sys/sys rman.h
Warner Losh
imp at FreeBSD.org
Sun May 30 16:08:54 PDT 2004
imp 2004/05/30 16:08:53 PDT
FreeBSD src repository
Modified files:
sys/sys rman.h
Log:
Include <machine/bus.h> and <machine/resource.h> here (only in the
kernel). No other sys/*.h file requires machine/foo.h to be included
before it. In addition, all the files that include rman.h would need
to include those two anyway. From these two perspectives, it is
traditional to include things like this.
This lets us stop treating sys/rman.h specially in every bus frontend
file.
Revision Changes Path
1.20 +3 -0 src/sys/sys/rman.h
More information about the cvs-src
mailing list