From 74f063fc9d445f263242063e7acab1864ff75205 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Fri, 24 Sep 2004 03:12:17 +0000 Subject: Create new linux-2.6 build. Move all gpl files into the 2.6 build. If you edit files for 2.6 be sure and break the link to the 2.4 directory and copy the cvs history. --- linux-2.6/radeon_i2c.c | 157 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 linux-2.6/radeon_i2c.c (limited to 'linux-2.6/radeon_i2c.c') diff --git a/linux-2.6/radeon_i2c.c b/linux-2.6/radeon_i2c.c new file mode 100644 index 00000000..e2591723 --- /dev/null +++ b/linux-2.6/radeon_i2c.c @@ -0,0 +1,157 @@ +/* + * linux/radeon_i2c.c + * + * Original author probably Benjamin Herrenschmidt + * or Kronos + * Based on Xfree sources + * (C) Copyright 2004 Jon Smirl + * + * This is a GPL licensed file from the Linux kernel, don't add it to the BSD build + * + * Radeon I2C support routines + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) + +#include +#include