comparison vidix/sysdep/AsmMacros_x86.h @ 26901:af5408de478f

Rename kernelhelper to dhahelper, that name is more fitting.
author diego
date Fri, 30 May 2008 19:17:20 +0000
parents 9ae10ac43d8c
children 4eb30f58ea41
comparison
equal deleted inserted replaced
26900:9ae10ac43d8c 26901:af5408de478f
68 68
69 #include "config.h" 69 #include "config.h"
70 70
71 #ifdef CONFIG_DHAHELPER 71 #ifdef CONFIG_DHAHELPER
72 #include <sys/ioctl.h> 72 #include <sys/ioctl.h>
73 #include "kernelhelper/dhahelper.h" 73 #include "dhahelper/dhahelper.h"
74 74
75 extern int dhahelper_fd; 75 extern int dhahelper_fd;
76 extern int dhahelper_initialized; 76 extern int dhahelper_initialized;
77 #endif 77 #endif
78 78