projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b3ab5
)
include/linux/hdreg.h: cover WIN_* and friends with #ifndef/#endif __KERNEL__
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Wed, 1 Apr 2009 19:42:25 +0000
(21:42 +0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Wed, 1 Apr 2009 19:42:25 +0000
(21:42 +0200)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
include/linux/hdreg.h
patch
|
blob
|
history
diff --git
a/include/linux/hdreg.h
b/include/linux/hdreg.h
index
47fcb05
..
101eb91
100644
(file)
--- 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;