OSDN Git Service

Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
[uclinux-h8/linux.git] / include / target / target_core_backend.h
index f6f3bc5..b54b98d 100644 (file)
@@ -1,8 +1,14 @@
 #ifndef TARGET_CORE_BACKEND_H
 #define TARGET_CORE_BACKEND_H
 
+#include <linux/types.h>
+#include <target/target_core_base.h>
+
 #define TRANSPORT_FLAG_PASSTHROUGH             1
 
+struct request_queue;
+struct scatterlist;
+
 struct target_backend_ops {
        char name[16];
        char inquiry_prod[16];