diff options
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 |