Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127629
b: refs/heads/master
c: 325a06f
h: refs/heads/master
i:
  127627: 368fc47
v: v3
  • Loading branch information
Evgeniy Polyakov authored and Linus Torvalds committed Jan 8, 2009
1 parent 308343f commit 61ed39f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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: c7e26631d27b61d66ea6fb9b113fb92f1fa20d90
refs/heads/master: 325a06fb13614fd4e5ea36996c0ce043752a93a0
13 changes: 8 additions & 5 deletions trunk/drivers/w1/w1_netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ struct w1_netlink_msg
__u8 data[0];
};

#define W1_CMD_READ 0x0
#define W1_CMD_WRITE 0x1
#define W1_CMD_SEARCH 0x2
#define W1_CMD_ALARM_SEARCH 0x3
#define W1_CMD_TOUCH 0x4
enum w1_commands {
W1_CMD_READ = 0,
W1_CMD_WRITE,
W1_CMD_SEARCH,
W1_CMD_ALARM_SEARCH,
W1_CMD_TOUCH,
W1_CMD_MAX,
};

struct w1_netlink_cmd
{
Expand Down

0 comments on commit 61ed39f

Please sign in to comment.