uapi: scsi: add missing header dependencies
Add #include dependencies to pick up definitions of __u32 and HZ. Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
This commit is contained in:
parent
be3345a032
commit
74bcc31ab9
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _SCSI_IOCTL_H
|
#ifndef _SCSI_IOCTL_H
|
||||||
#define _SCSI_IOCTL_H
|
#define _SCSI_IOCTL_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
#define SCSI_IOCTL_SEND_COMMAND 1
|
#define SCSI_IOCTL_SEND_COMMAND 1
|
||||||
#define SCSI_IOCTL_TEST_UNIT_READY 2
|
#define SCSI_IOCTL_TEST_UNIT_READY 2
|
||||||
#define SCSI_IOCTL_BENCHMARK_COMMAND 3
|
#define SCSI_IOCTL_BENCHMARK_COMMAND 3
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#define _SCSI_GENERIC_H
|
#define _SCSI_GENERIC_H
|
||||||
|
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
|
#include <linux/param.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* History:
|
* History:
|
||||||
|
|
Loading…
Add table
Reference in a new issue