diff options
author | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
---|---|---|
committer | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
commit | ab4fcaad149d4bdccefa8f693c2a8e044b40dd4c (patch) | |
tree | c95c280caabc70e7aedbde723e38820047357be7 /hw/xfree86/i2c/i2c_def.h |
initial state (xorg-server 1.10.2)
Diffstat (limited to 'hw/xfree86/i2c/i2c_def.h')
-rw-r--r-- | hw/xfree86/i2c/i2c_def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/i2c/i2c_def.h b/hw/xfree86/i2c/i2c_def.h new file mode 100644 index 0000000..140a071 --- /dev/null +++ b/hw/xfree86/i2c/i2c_def.h @@ -0,0 +1,6 @@ +#ifndef __I2C_DEF_H__ +#define __I2C_DEF_H__ + +#include "xf86i2c.h" + +#endif |