Commit b78d8f58 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

uaccess.h

parent 732ab22a
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*-----------------------------------------------------------------------------** /*-----------------------------------------------------------------------------**
*! $Log: imu_log353.c,v $ *! $Log: imu_log353.c,v $
*! Revision 1.5 2012/04/14 03:53:48 elphel *! Revision 1.5 2012/04/14 03:53:48 elphel
*! bug fix in the driver (was producing errors in 3-4 hours) *! bug fix in the driver (was producing errors in 3-4 hours)
*! *!
*! Revision 1.3 2011/08/13 00:54:08 elphel *! Revision 1.3 2011/08/13 00:54:08 elphel
*! added /dev/imu_ctl where it is possible to read current logger settings *! added /dev/imu_ctl where it is possible to read current logger settings
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
#include <linux/string.h> #include <linux/string.h>
#include <asm/delay.h> #include <asm/delay.h>
#include <asm/uaccess.h> // copy_*_user #include <asm/uaccess.h> // copy_*_user
#include <linux/uaccess.h>
#include <uapi/elphel/c313a.h> #include <uapi/elphel/c313a.h>
#include <elphel/elphel393-mem.h> #include <elphel/elphel393-mem.h>
#include "imu_log393.h" #include "imu_log393.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment