Commit c4e51e46 authored by Linus Torvalds's avatar Linus Torvalds
parents 700d4558 d280cc98
...@@ -14,13 +14,12 @@ ...@@ -14,13 +14,12 @@
#ifndef _LINUX_AUTO_FS_H #ifndef _LINUX_AUTO_FS_H
#define _LINUX_AUTO_FS_H #define _LINUX_AUTO_FS_H
#include <linux/types.h>
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/limits.h> #include <linux/limits.h>
#include <linux/types.h>
#include <linux/ioctl.h> #include <linux/ioctl.h>
#else #else
#include <asm/types.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
......
#ifndef __NET_DROPMON_H #ifndef __NET_DROPMON_H
#define __NET_DROPMON_H #define __NET_DROPMON_H
#include <linux/types.h>
#include <linux/netlink.h> #include <linux/netlink.h>
struct net_dm_drop_point { struct net_dm_drop_point {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment