Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45907
b: refs/heads/master
c: 436d165
h: refs/heads/master
i:
  45905: a181bfb
  45903: 1cb2037
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Jan 30, 2007
1 parent f54566a commit 8772e2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34e9a63b4f3e169b583f6ba2e26356ecbf932fba
refs/heads/master: 436d1654b341e55a73cada13cce3142b619f23bb
8 changes: 5 additions & 3 deletions trunk/include/linux/hdreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@
#define TAG_MASK 0xf8
#endif /* __KERNEL__ */

#include <linux/types.h>

/*
* Command Header sizes for IOCTL commands
*/

#define HDIO_DRIVE_CMD_HDR_SIZE (4 * sizeof(u8))
#define HDIO_DRIVE_HOB_HDR_SIZE (8 * sizeof(u8))
#define HDIO_DRIVE_TASK_HDR_SIZE (8 * sizeof(u8))
#define HDIO_DRIVE_CMD_HDR_SIZE (4 * sizeof(__u8))
#define HDIO_DRIVE_HOB_HDR_SIZE (8 * sizeof(__u8))
#define HDIO_DRIVE_TASK_HDR_SIZE (8 * sizeof(__u8))

#define IDE_DRIVE_TASK_INVALID -1
#define IDE_DRIVE_TASK_NO_DATA 0
Expand Down

0 comments on commit 8772e2b

Please sign in to comment.