scsi: ch: add include guard to chio.h
Add a header include guard just in case. Link: https://lore.kernel.org/r/20190728164643.16335-1-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
8ae15a460b
commit
c51c4841f1
@@ -3,6 +3,9 @@
|
|||||||
* ioctl interface for the scsi media changer driver
|
* ioctl interface for the scsi media changer driver
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _UAPI_LINUX_CHIO_H
|
||||||
|
#define _UAPI_LINUX_CHIO_H
|
||||||
|
|
||||||
/* changer element types */
|
/* changer element types */
|
||||||
#define CHET_MT 0 /* media transport element (robot) */
|
#define CHET_MT 0 /* media transport element (robot) */
|
||||||
#define CHET_ST 1 /* storage element (media slots) */
|
#define CHET_ST 1 /* storage element (media slots) */
|
||||||
@@ -160,10 +163,4 @@ struct changer_set_voltag {
|
|||||||
#define CHIOSVOLTAG _IOW('c',18,struct changer_set_voltag)
|
#define CHIOSVOLTAG _IOW('c',18,struct changer_set_voltag)
|
||||||
#define CHIOGVPARAMS _IOR('c',19,struct changer_vendor_params)
|
#define CHIOGVPARAMS _IOR('c',19,struct changer_vendor_params)
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
#endif /* _UAPI_LINUX_CHIO_H */
|
||||||
|
|
||||||
/*
|
|
||||||
* Local variables:
|
|
||||||
* c-basic-offset: 8
|
|
||||||
* End:
|
|
||||||
*/
|
|
||||||
|
Reference in New Issue
Block a user