summaryrefslogtreecommitdiff
path: root/include/linux/hdreg.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-04-01 21:42:25 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-04-01 21:42:25 +0200
commitdafd01cc14a38690c87981eb2670d9c95f799ffd (patch)
treef91e908f18177569fcb17ad6f628e862c5a3f1ad /include/linux/hdreg.h
parent04b3ab52a000ab7e718efc97e9fdd67d95002d11 (diff)
include/linux/hdreg.h: cover WIN_* and friends with #ifndef/#endif __KERNEL__
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/hdreg.h')
-rw-r--r--include/linux/hdreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hdreg.h b/include/linux/hdreg.h
index 47fcb05af8b4..101eb91de22f 100644
--- a/include/linux/hdreg.h
+++ b/include/linux/hdreg.h
@@ -191,6 +191,7 @@ typedef struct hd_drive_hob_hdr {
#define TASKFILE_INVALID 0x7fff
#endif
+#ifndef __KERNEL__
/* ATA/ATAPI Commands pre T13 Spec */
#define WIN_NOP 0x00
/*
@@ -379,6 +380,7 @@ typedef struct hd_drive_hob_hdr {
#define SECURITY_ERASE_UNIT 0xBD
#define SECURITY_FREEZE_LOCK 0xBE
#define SECURITY_DISABLE_PASSWORD 0xBF
+#endif /* __KERNEL__ */
struct hd_geometry {
unsigned char heads;