diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-06 14:03:42 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-11-06 14:03:42 +0100 |
| commit | a773c79d6d767ddfe574ad513ab0276bdd13a717 (patch) | |
| tree | 8d879fe396dab810bf5632c9777c3931c08eb396 /src/common.h | |
| parent | 030a3c8a38a81ea882fa0a3b0bfce61ded50a20d (diff) | |
Driver stages in place - should one support multiple
device instances by moving the private alloc to init/close?
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 7aabd7e..22cd9e9 100644 --- a/src/common.h +++ b/src/common.h | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include <xf86.h> | 5 | #include <xf86.h> |
| 6 | #include <xf86_OSproc.h> | 6 | #include <xf86_OSproc.h> |
| 7 | #include <xf86Xinput.h> | 7 | #include <xf86Xinput.h> |
| 8 | #include <linux/input.h> | ||
| 8 | //#include <exevents.h> | 9 | //#include <exevents.h> |
| 9 | 10 | ||
| 10 | //////////////////////////////////////////////////////// | 11 | //////////////////////////////////////////////////////// |
