Provide forward declaration for struct ifnet. Consumers

of this header don't need contents of struct.
This commit is contained in:
glebius 2013-10-27 17:27:06 +00:00
parent 36ce0e2c8d
commit e678c455ff

View File

@ -54,6 +54,8 @@
#include <sys/queue.h>
struct ifnet;
/*
* Driver callbacks for media status and change requests.
*/