Don't include <sys/buf.h> needlessly.
This commit is contained in:
parent
6f46bf604d
commit
09bf42f50f
@ -32,9 +32,10 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef _I386_PHYSIO_PROC_H_
|
#ifndef _I386_PHYSIO_PROC_H_
|
||||||
#define _I386_PHYSIO_PROC_H_
|
#define _I386_PHYSIO_PROC_H_
|
||||||
#include <sys/buf.h>
|
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
|
||||||
|
struct buf;
|
||||||
|
|
||||||
struct physio_proc {
|
struct physio_proc {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -32,9 +32,10 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef _I386_PHYSIO_PROC_H_
|
#ifndef _I386_PHYSIO_PROC_H_
|
||||||
#define _I386_PHYSIO_PROC_H_
|
#define _I386_PHYSIO_PROC_H_
|
||||||
#include <sys/buf.h>
|
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
|
||||||
|
struct buf;
|
||||||
|
|
||||||
struct physio_proc {
|
struct physio_proc {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user